remove: deleting folders
This commit is contained in:
parent
35928cbbb5
commit
836434254f
2 changed files with 0 additions and 23 deletions
|
@ -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 = /
|
|
|
@ -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
|
|
Loading…
Reference in a new issue