Can't have error pages below 300 lol

This commit is contained in:
askiiart 2023-11-09 09:19:49 -06:00
parent 63b42f9629
commit 9abad91402
Signed by untrusted user who does not match committer: askiiart
GPG key ID: BC3800E55FB54D67

View file

@ -36,8 +36,6 @@ Collection of HTTP status codes, from [@yassie_j@0w0.is](https://0w0.is/yassie_j
## nginx rule ## nginx rule
```nginx ```nginx
error_page 202 /error/202.html;
error_page 204 /error/204.html;
error_page 300 /error/300.html; error_page 300 /error/300.html;
error_page 301 /error/301.html; error_page 301 /error/301.html;
error_page 401 /error/401.html; error_page 401 /error/401.html;