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:
parent
c559a51f6f
commit
2b1360cf93
1 changed files with 1 additions and 0 deletions
|
@ -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(/|$) {
|
||||
|
|
Loading…
Add table
Reference in a new issue