Commit 92acef9b authored by Joshua Tauberer's avatar Joshua Tauberer

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

broken in 04454b35

fixes #143
parent b30d7ad8
......@@ -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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment