From dbd78ea7cc2d4e9e542c46cbca2527225ea78d2d Mon Sep 17 00:00:00 2001 From: Edwin Lyon <53972157+practical-engelbart@users.noreply.github.com> Date: Sun, 3 Oct 2021 23:27:55 -0700 Subject: [PATCH] Update mailcow.conf --- nginx/mailcow.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/nginx/mailcow.conf b/nginx/mailcow.conf index 5d15b39..52213e9 100644 --- a/nginx/mailcow.conf +++ b/nginx/mailcow.conf @@ -64,6 +64,7 @@ server { proxy_set_header Connection ""; chunked_transfer_encoding off; proxy_pass http://localhost:9443; + client_max_body_size 0; add_header Strict-Transport-Security "max-age=31536000"; add_header X-Content-Type-Options nosniff; add_header X-XSS-Protection "1; mode=block";