nginx docker
This commit is contained in:
parent
e178bd8676
commit
dbb1632632
|
@ -20,7 +20,7 @@ http {
|
||||||
root /usr/share/nginx/html;
|
root /usr/share/nginx/html;
|
||||||
|
|
||||||
location ~ ^/static(?:/(.*))?$ {
|
location ~ ^/static(?:/(.*))?$ {
|
||||||
alias /usr/share/nginx/html;
|
alias /usr/share/nginx/html/$1;
|
||||||
autoindex on;
|
autoindex on;
|
||||||
}
|
}
|
||||||
location ~ ^/auth(?:/(.*))?$ {
|
location ~ ^/auth(?:/(.*))?$ {
|
||||||
|
|
Loading…
Reference in New Issue