nginx docker

This commit is contained in:
Vicente Falco 2017-06-08 11:08:45 +02:00
parent e178bd8676
commit dbb1632632
1 changed files with 1 additions and 1 deletions

View File

@ -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(?:/(.*))?$ {