Use message_size variable from env for webmail

master
hoellen 6 years ago
parent 50f2ea66c8
commit 81a6a7cbf6

@ -92,7 +92,7 @@ http {
rewrite ^({{ WEB_WEBMAIL }})$ $1/ permanent;
rewrite ^{{ WEB_WEBMAIL }}/(.*) /$1 break;
include /etc/nginx/proxy.conf;
client_max_body_size 30M;
client_max_body_size {{ MESSAGE_SIZE_LIMIT }};
proxy_pass http://$webmail;
}
{% endif %}

Loading…
Cancel
Save