From 6d0f3b99c8c93ac330d996f26a92abe9e44cc22f Mon Sep 17 00:00:00 2001 From: vabene1111 Date: Wed, 24 Sep 2025 18:56:45 +0200 Subject: [PATCH] deactivate for now --- http.d/Recipes.conf.template | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/http.d/Recipes.conf.template b/http.d/Recipes.conf.template index 976340663..a3d5cd226 100644 --- a/http.d/Recipes.conf.template +++ b/http.d/Recipes.conf.template @@ -20,7 +20,9 @@ server { location / { proxy_set_header Host $http_host; proxy_pass http://localhost:${TANDOOR_PORT}; - error_page 502 /errors/http502.html; + + # disabled for now because it redirects to the error page and not back, also not showing html + #error_page 502 /errors/http502.html; } location /errors/ {