From 92acef9b8741756e6967cddc7895e487b2c58e46 Mon Sep 17 00:00:00 2001 From: Joshua Tauberer Date: Sun, 17 Aug 2014 22:53:15 +0000 Subject: [PATCH] fix PHP path for Z-Push so it can see libawl-php broken in 04454b35c6c5d2b60e0e7e024dbf5ee0f8c38142 fixes #143 --- conf/nginx.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/nginx.conf b/conf/nginx.conf index a36e4eeb..0099274e 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -69,6 +69,7 @@ server { location /Microsoft-Server-ActiveSync { include /etc/nginx/fastcgi_params; fastcgi_param SCRIPT_FILENAME /usr/local/lib/z-push/index.php; + fastcgi_param PHP_VALUE "include_path=.:/usr/share/php:/usr/share/pear:/usr/share/awl/inc"; fastcgi_read_timeout 630; fastcgi_pass php-fpm; }