1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2025-04-01 23:57:05 +00:00

increase timeout for the nginx proxy that provides access to the Mailinabox management daemon

This commit is contained in:
KiekerJan 2024-07-20 20:33:58 +02:00
parent 1b3e5e818c
commit de5a060d68

View File

@ -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;