mirror of
https://github.com/YunoHost-Apps/z-push_ynh.git
synced 2024-09-03 18:05:58 +02:00
Merge pull request #6 from Kloadut/patch-1
[fix] Make PHP configuration compatible with Nginx 1.6
This commit is contained in:
commit
bae4b223cf
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ location /Microsoft-Server-ActiveSync {
|
|||
include fastcgi_params;
|
||||
fastcgi_param HTTPS on;
|
||||
fastcgi_read_timeout 630;
|
||||
fastcgi_param SCRIPT_FILENAME $request_filename;
|
||||
}
|
||||
|
||||
# Include SSOWAT user panel.
|
||||
|
|
Loading…
Add table
Reference in a new issue