replace 403 errors with 404 errors
This commit is contained in:
parent
ddaf5ded8f
commit
56599f8277
@ -24,6 +24,7 @@ server {
|
||||
server_name grapheneos.org;
|
||||
|
||||
root /var/www/html;
|
||||
error_page 403 =404 /404.html;
|
||||
error_page 404 /404.html;
|
||||
|
||||
charset utf-8;
|
||||
|
Loading…
x
Reference in New Issue
Block a user