deactivate for now

This commit is contained in:
vabene1111
2025-09-24 18:56:45 +02:00
parent cdb94ae628
commit 6d0f3b99c8

View File

@@ -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/ {