#!/bin/sh

#
# starter created/changed on 2026.06.06 00:15:09 for domain 'dobe.design' with id #1517 from php template 'Default Config' with id #1
# Do not change anything in this file, it will be overwritten by the Froxlor Cronjob!
#

umask 022
PHPRC='/var/www/php-fcgi-scripts/dortbeach/dobe.design/'
export PHPRC
PHP_FCGI_CHILDREN=0
export PHP_FCGI_CHILDREN
PHP_FCGI_MAX_REQUESTS=250
export PHP_FCGI_MAX_REQUESTS
exec /usr/bin/php-cgi -c '/var/www/php-fcgi-scripts/dortbeach/dobe.design/'
