pref: update nginx config
This commit is contained in:
parent
11855f1a21
commit
fd798c09a5
@ -15,6 +15,6 @@ server {
|
|||||||
location / {
|
location / {
|
||||||
root /usr/local/nginx/html/;
|
root /usr/local/nginx/html/;
|
||||||
index index.html;
|
index index.html;
|
||||||
try_files $uri $uri/ /index.html;
|
try_files $uri /index.html;
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user