nginx docker
This commit is contained in:
parent
e178bd8676
commit
dbb1632632
|
@ -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(?:/(.*))?$ {
|
||||
|
|
Loading…
Reference in New Issue