fixed the 404 error

pull/64/head
hyh123a 2021-09-07 15:18:31 +08:00
parent 637c7ea0be
commit 0444bc9d2e
1 changed files with 1 additions and 0 deletions

1
web/nginx.conf vendored
View File

@ -33,6 +33,7 @@ http {
location / {
root /var/www/html/web;
index index.html index.htm;
try_files $uri /index.html;
}
#error_page 404 /404.html;