Set client_max_body_size to 100m for mail attachments

This commit is contained in:
root
2018-05-26 16:35:04 +02:00
parent bf70c591b4
commit ab8069dee4

View File

@@ -16,7 +16,7 @@ server {
include snippets/ssl.conf; include snippets/ssl.conf;
# include snippets/ldap.conf; # include snippets/ldap.conf;
client_max_body_size 100m;
location / { location / {
proxy_bind $host:443; proxy_bind $host:443;
proxy_pass http://192.168.95.11:80; proxy_pass http://192.168.95.11:80;