fix PHP path for Z-Push so it can see libawl-php

broken in 04454b35c6

fixes #143
This commit is contained in:
Joshua Tauberer 2014-08-17 22:53:15 +00:00
parent b30d7ad80a
commit 92acef9b87
1 changed files with 1 additions and 0 deletions

View File

@ -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;
}