fixed the 404 error

pull/67/head
hyh123a 2021-09-07 15:18:31 +08:00 committed by Caozhenhui
parent 99f05c4311
commit b6f6b4a74c
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;