summaryrefslogtreecommitdiffstats
path: root/server/setup/05-service-settings/srv/www/scripts/php7-wrapper
blob: a7982e82e05442447c10edb362c9ab4b031e1935 (plain)
1
2
3
4
5
6
#!/bin/sh
PHPRC=/etc/php/7.3/cgi
export PHPRC
export PHP_FCGI_MAX_REQUESTS=5000
export PHP_FCGI_CHILDREN=8
exec /usr/lib/cgi-bin/php7.3