Added client_max_body_size option to allow large attachments

BlackDex 2019-01-12 18:38:19 +01:00
parent 9273fa0fed
commit 227e685643
1 changed files with 3 additions and 0 deletions

@ -37,6 +37,9 @@ server {
# Specify SSL config if using a shared one.
#include conf.d/ssl/ssl.conf;
# Allow large attachments
client_max_body_size 128M;
location / {
proxy_pass http://<SERVER>:80;
proxy_set_header Host $host;