From dbb163263276aafa904059bf46d58b772f1bd34b Mon Sep 17 00:00:00 2001 From: Vicente Falco Date: Thu, 8 Jun 2017 11:08:45 +0200 Subject: [PATCH] nginx docker --- services/nginx/conf-prod.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/nginx/conf-prod.conf b/services/nginx/conf-prod.conf index 3e9f9f7c0a..a1204c7a5f 100644 --- a/services/nginx/conf-prod.conf +++ b/services/nginx/conf-prod.conf @@ -20,7 +20,7 @@ http { root /usr/share/nginx/html; location ~ ^/static(?:/(.*))?$ { - alias /usr/share/nginx/html; + alias /usr/share/nginx/html/$1; autoindex on; } location ~ ^/auth(?:/(.*))?$ {