Skip to content

Commit

Permalink
increase timeout for the nginx proxy that provides access to the Mail…
Browse files Browse the repository at this point in the history
…inabox management daemon (mail-in-a-box#2407)
  • Loading branch information
kiekerjan authored Jul 20, 2024
1 parent 1b3e5e8 commit 2803d88
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions conf/nginx-primaryonly.conf
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
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 2803d88

Please sign in to comment.