pref: update nginx config
This commit is contained in:
parent
4e92c0ade1
commit
f1b61b16cb
@ -14,6 +14,6 @@ server {
|
|||||||
|
|
||||||
location / {
|
location / {
|
||||||
root /usr/share/nginx/html;
|
root /usr/share/nginx/html;
|
||||||
index index.html index.htm;
|
try_files $uri /index.html;
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user