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