nginx: Fix index errors
All checks were successful
Build Docker / Build Docker (push) Successful in 21s
All checks were successful
Build Docker / Build Docker (push) Successful in 21s
This commit is contained in:
parent
a2f34bd784
commit
3d4d769bba
@ -5,7 +5,7 @@ server {
|
||||
location / {
|
||||
root /usr/share/nginx/html;
|
||||
index index.html index.htm;
|
||||
try_files $uri $uri.html;
|
||||
try_files $uri $uri.html index.html;
|
||||
}
|
||||
error_page 500 502 503 504 /50x.html;
|
||||
location = /50x.html {
|
||||
|
Loading…
Reference in New Issue
Block a user