pref: update 404 page

This commit is contained in:
thehrz 2023-10-03 21:03:16 +08:00
parent be77944895
commit cdb5102710
Signed by: thehrz
GPG Key ID: C84CBCE7D5F88855
2 changed files with 0 additions and 2 deletions

View File

@ -12,8 +12,6 @@ server {
gzip_disable "MSIE [1-6]\.";
gzip_vary on;
error_page 404 /404.html;
location / {
root /usr/local/nginx/html/;
try_files $uri $uri/ /index.html;