diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-04-24 10:49:51 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-04-24 11:18:11 -0400 |
| commit | 56599f8277039b7235951a677efa2cda4b4581d7 (patch) | |
| tree | 678a2f4579164a38923c86929519338cbc55f228 /nginx | |
| parent | ddaf5ded8f239ca7ecec367f0ec3c99307852a7a (diff) | |
replace 403 errors with 404 errors
Diffstat (limited to 'nginx')
| -rw-r--r-- | nginx/server.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nginx/server.conf b/nginx/server.conf index 776c5435..19fac076 100644 --- a/nginx/server.conf +++ b/nginx/server.conf @@ -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; |
