1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2026-01-03 12:09:16 +00:00

[Nginx] Set client_max_body_size = 0

This commit is contained in:
André
2018-08-05 22:37:07 +02:00
parent ff0b9246b5
commit 66d1bc12c0

View File

@@ -39,6 +39,8 @@ server {
index index.php index.html;
client_max_body_size 0;
include /etc/nginx/conf.d/listen_plain.active;
include /etc/nginx/conf.d/listen_ssl.active;
include /etc/nginx/conf.d/server_name.active;