1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/z-push_ynh.git synced 2024-09-03 18:05:58 +02:00

Add of client_max_body_size 50M

This is to be able to send attachments up to 50M
php-fpm is already configured to handle this
This commit is contained in:
polytan02 2015-08-10 23:04:19 +01:00
parent c559a51f6f
commit 2b1360cf93

View file

@ -4,6 +4,7 @@ location /Microsoft-Server-ActiveSync {
rewrite ^ https://$server_name$request_uri? permanent;
}
index index.php;
client_max_body_size 50M;
try_files $uri $uri/ index.php;
rewrite ^(.*)$ /Microsoft-Server-ActiveSync/index.php last;
location ~ [^/]\.php(/|$) {