#!/bin/sh export PHPRC=/etc/php/7.3/cgi/ export PHP_FCGI_MAX_REQUESTS=5000 export PHP_FCGI_CHILDREN=1 exec /usr/bin/php-cgi7.3