authPage(); ?> getHead(); ?> getNavbar(); ?>

PHP custom configs



Shows your currently custom configuration files applied to the PHP-FPM container.

Section Host Container Files
Supervisord supervisor/ /etc/supervisor/custom.d/ '.basename($file). '
'; } } else { echo 'No custom files'; } ?>
Autostart (global) autostart/ /startup.2.d/ '.basename($file). '
'; } } else { echo 'No custom files'; } ?>
Autostart (version) cfg/php-startup-/ /startup.1.d/ '.basename($file). '
'; } } else { echo 'No custom files'; } ?>
PHP-FPM cfg/php-fpm-/ /etc/php-fpm-custom.d/ '.basename($file). '
'; } } else { echo 'No custom files'; } ?>
PHP cfg/php-ini-/ /etc/php-custom.d/ '.basename($file). '
'; } } else { echo 'No custom files'; } ?>
getFooter(); ?>