Skip to content

Commit

Permalink
Revert "increase timeout for the nginx proxy that provides access to …
Browse files Browse the repository at this point in the history
…the Mail…" (#2411)

Reverts #2407 - as per #2316

This reverts commit 2803d88.
  • Loading branch information
yeah authored Dec 22, 2024
1 parent 2e0482e commit e0b9371
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion conf/nginx-primaryonly.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit e0b9371

Please sign in to comment.