mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-19 13:01:51 -07:00
proper phpfgci wrapper path
This commit is contained in:
parent
c831613bec
commit
99391909a7
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ PHPRC=/usr/local/lib
|
||||||
export PHPRC
|
export PHPRC
|
||||||
export PHP_FCGI_MAX_REQUESTS=1000
|
export PHP_FCGI_MAX_REQUESTS=1000
|
||||||
export PHP_FCGI_CHILDREN=20
|
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"
|
wrapper_file="$home_dir/$user/web/$domain/cgi-bin/fcgi-starter"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue