update nginx config

dev
Igor Egorov 3 years ago
parent 5323668df6
commit 31a526a9e7

@ -4,7 +4,7 @@ server {
location / {
root /usr/share/nginx/html;
index index.html index.htm;
try_files $uri /index.html;
}
# error_page 500 502 503 504 /50x.html;

Loading…
Cancel
Save