From b743dcf545f7c49d140e9455dbabffe2cb5e0654 Mon Sep 17 00:00:00 2001
From: Sheogorath <sheogorath@shivering-isles.com>
Date: Sat, 10 Feb 2024 23:11:13 +0100
Subject: [PATCH] chore(nginx): Add more custom-error pages

---
 infrastructure/nginx-system/release.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/infrastructure/nginx-system/release.yaml b/infrastructure/nginx-system/release.yaml
index bfa538f85..44b106ed1 100644
--- a/infrastructure/nginx-system/release.yaml
+++ b/infrastructure/nginx-system/release.yaml
@@ -94,7 +94,7 @@ data:
         limit-req-status-code: 429
         limit-conn-status-code: 429
         custom-http-errors: >-
-          401,403,404,500,501,502,503
+          401,402,403,404,405,406,407,408,409,410,429,418,500,501,502,503,504
       replicaCount: 2
       minAvailable: 1
       resources:
-- 
GitLab