#!/bin/sh
PHPRC=/etc/php/8.1/cgi/
export PHPRC
export PHP_FCGI_MAX_REQUESTS=10000
export PHP_FCGI_CHILDREN=0

exec /usr/bin/php-cgi8.1
