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

[fix] Make PHP configuration compatible with Nginx 1.6

This commit is contained in:
Le Kload 2015-05-15 10:02:09 +02:00
parent d6d25db6b1
commit 990c9417f0

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.