From 990c9417f02400e2bb825754674893bb9ec37f23 Mon Sep 17 00:00:00 2001 From: Le Kload Date: Fri, 15 May 2015 10:02:09 +0200 Subject: [PATCH] [fix] Make PHP configuration compatible with Nginx 1.6 --- conf/nginx.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/nginx.conf b/conf/nginx.conf index c3be9a9..5dfda08 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -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.