1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2024-12-23 07:27:05 +00:00

Revert "increase timeout for the nginx proxy that provides access to the Mail…" (#2411)

Reverts #2407 - as per #2316

This reverts commit 2803d88894.
This commit is contained in:
yeah 2024-12-22 14:02:49 +01:00 committed by GitHub
parent 2e0482e181
commit e0b93718a3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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