commit 19854020a0e9fcbd22c85794ffb1fed364206aab parent b3195f87809c7c1a41c43cbb5c9b1b5d7123b60f Author: Marcello Stanisci <marcello.stanisci@inria.fr> Date: Thu, 15 Jun 2017 21:28:22 +0200 fix backend nginx filesystem path Diffstat:
| M | etc/nginx/sites-enabled/docs-ssl.site | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/etc/nginx/sites-enabled/docs-ssl.site b/etc/nginx/sites-enabled/docs-ssl.site @@ -35,7 +35,7 @@ server { } location /merchant/backend { - alias /home/docbuilder/build/merchant/manual; + alias /home/docbuilder/build/merchant-backend/manual; } location /merchant/frontend {