replace 403 errors with 404 errors

This commit is contained in:
Daniel Micay 2020-04-24 10:49:51 -04:00
parent ddaf5ded8f
commit 56599f8277

View File

@ -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;