From 9abad9140280912ac3e1f6a9a108973cbd0931e0 Mon Sep 17 00:00:00 2001 From: askiiart Date: Thu, 9 Nov 2023 09:19:49 -0600 Subject: [PATCH] Can't have error pages below 300 lol --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 23c2489..3deeca6 100644 --- a/README.md +++ b/README.md @@ -36,8 +36,6 @@ Collection of HTTP status codes, from [@yassie_j@0w0.is](https://0w0.is/yassie_j ## nginx rule ```nginx -error_page 202 /error/202.html; -error_page 204 /error/204.html; error_page 300 /error/300.html; error_page 301 /error/301.html; error_page 401 /error/401.html;