fix the include path for our second use of z-push

This commit is contained in:
Joshua Tauberer 2014-08-19 15:07:55 +00:00
parent 80a05c3bbf
commit a501256fb9
1 changed files with 1 additions and 0 deletions

View File

@ -69,6 +69,7 @@ server {
location /autodiscover/autodiscover.xml {
include fastcgi_params;
fastcgi_param SCRIPT_FILENAME /usr/local/lib/z-push/autodiscover/autodiscover.php;
fastcgi_param PHP_VALUE "include_path=.:/usr/share/php:/usr/share/pear:/usr/share/awl/inc";
fastcgi_pass php-fpm;
}