commit b3195f87809c7c1a41c43cbb5c9b1b5d7123b60f parent bef463dd4dc3691b3a5b3c71e3b74486305656a0 Author: Marcello Stanisci <marcello.stanisci@inria.fr> Date: Thu, 15 Jun 2017 21:18:50 +0200 fix backend and exchange nginx filesystem path Diffstat:
| M | etc/nginx/sites-enabled/docs-ssl.site | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/etc/nginx/sites-enabled/docs-ssl.site b/etc/nginx/sites-enabled/docs-ssl.site @@ -31,11 +31,11 @@ server { } location /exchange { - alias /home/docbuilder/build/exchange/; + alias /home/docbuilder/build/exchange/manual; } location /merchant/backend { - alias /home/docbuilder/build/merchant/; + alias /home/docbuilder/build/merchant/manual; } location /merchant/frontend {