1
0
Fork 0
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:
abeudin 2015-05-15 10:02:54 +02:00
commit bae4b223cf

View file

@ -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.