nextcloud: Enferne ungenutzte Optionen aus FPM-Pool
This commit is contained in:
parent
377856e064
commit
fe5a88f903
1 changed files with 1 additions and 15 deletions
|
@ -3,12 +3,9 @@
|
|||
user = $pool
|
||||
group = $pool
|
||||
listen = /run/php/php-fpm-$pool.sock
|
||||
;listen.backlog = 65535
|
||||
listen.owner = $pool
|
||||
listen.group = www-data
|
||||
listen.mode = 0660
|
||||
;listen.acl_users =
|
||||
;listen.acl_groups =
|
||||
listen.allowed_clients = 127.0.0.1
|
||||
pm = dynamic
|
||||
pm.max_children = 60
|
||||
|
@ -18,18 +15,7 @@ pm.max_spare_servers = 30
|
|||
pm.process_idle_timeout = 10s;
|
||||
pm.max_requests = 100
|
||||
pm.status_path = /status
|
||||
;ping.path = /ping
|
||||
;ping.response = pong
|
||||
;access.log = log/$pool.access.log
|
||||
;access.format = "%R - %u %t \"%m %r%Q%q\" %s %f %{mili}d %{kilo}M %C%%"
|
||||
;slowlog = log/$pool.log.slow
|
||||
;request_slowlog_timeout = 0
|
||||
;request_terminate_timeout = 0
|
||||
;rlimit_files = 1024
|
||||
;rlimit_core = 0
|
||||
;chroot =
|
||||
chdir = /
|
||||
;catch_workers_output = yes
|
||||
clear_env = no
|
||||
security.limit_extensions = .php .php3 .php4 .php5
|
||||
env[HOSTNAME] = $HOSTNAME
|
||||
|
|
Loading…
Reference in a new issue