fixed the 404 error
parent
637c7ea0be
commit
0444bc9d2e
|
@ -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