fixed the 404 error
parent
99f05c4311
commit
b6f6b4a74c
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue