proper phpfgci wrapper path

This commit is contained in:
Serghey Rodin 2013-09-29 13:25:39 +03:00
commit 99391909a7

View file

@ -11,7 +11,7 @@ PHPRC=/usr/local/lib
export PHPRC
export PHP_FCGI_MAX_REQUESTS=1000
export PHP_FCGI_CHILDREN=20
exec /usr/local/bin/php
exec /usr/bin/php-cgi
"
wrapper_file="$home_dir/$user/web/$domain/cgi-bin/fcgi-starter"