Update README.md

This commit is contained in:
nokonoko 2020-11-19 02:28:38 +01:00
parent f88c30b846
commit 35c5bfb212

View File

@ -151,12 +151,6 @@ server{
include fastcgi_params;
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
}
error_page 404 /4041x.html;
error_page 403 /4041x.html;
location /4041x.html {
root /home/neku/www;
}
}
```