Aknaproff/cgi-bin/php.fastcgi
2023-09-21 13:45:08 +01:00

9 lines
182 B
Bash

#!/bin/sh
PHPRC=/etc/php81w/php.ini
PHP_FCGI_CHILDREN=4
PHP_FCGI_MAX_REQUESTS=1000
export PHPRC
export PHP_FCGI_CHILDREN
export PHP_FCGI_MAX_REQUESTS
exec /usr/bin/php81/bin/php-cgi