diff --git a/devbox.d/php/php-fpm.conf b/devbox.d/php/php-fpm.conf deleted file mode 100644 index b935957..0000000 --- a/devbox.d/php/php-fpm.conf +++ /dev/null @@ -1,17 +0,0 @@ -[global] -pid = ${PHPFPM_PID_FILE} -error_log = ${PHPFPM_ERROR_LOG_FILE} -daemonize = yes - -[www] -; user = www-data -; group = www-data -listen = 127.0.0.1:${PHPFPM_PORT} -; listen.owner = www-data -; listen.group = www-data -pm = dynamic -pm.max_children = 5 -pm.start_servers = 2 -pm.min_spare_servers = 1 -pm.max_spare_servers = 3 -chdir = / diff --git a/devbox.d/php/php.ini b/devbox.d/php/php.ini deleted file mode 100644 index b4626d5..0000000 --- a/devbox.d/php/php.ini +++ /dev/null @@ -1,6 +0,0 @@ -[php] - -; Put your php.ini directives here. For the latest default php.ini file, see https://github.com/php/php-src/blob/master/php.ini-production - -; memory_limit = 128M -; expose_php = Off