From d111233fd4b635306f72149d8ee6066e63239145 Mon Sep 17 00:00:00 2001 From: yeah Date: Mon, 22 Jul 2024 10:57:57 +0200 Subject: [PATCH] =?UTF-8?q?Revert=20"increase=20timeout=20for=20the=20ngin?= =?UTF-8?q?x=20proxy=20that=20provides=20access=20to=20the=20Mail=E2=80=A6?= =?UTF-8?q?"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 2803d8889454fa3a8295c0cfd382cdbe996284d9. --- conf/nginx-primaryonly.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/conf/nginx-primaryonly.conf b/conf/nginx-primaryonly.conf index b361a7b25..36f62aabf 100644 --- a/conf/nginx-primaryonly.conf +++ b/conf/nginx-primaryonly.conf @@ -8,7 +8,6 @@ rewrite ^/admin/munin$ /admin/munin/ redirect; location /admin/ { proxy_pass http://127.0.0.1:10222/; - proxy_read_timeout 600s; proxy_set_header X-Forwarded-For $remote_addr; add_header X-Frame-Options "DENY"; add_header X-Content-Type-Options nosniff;