nextcloud: Enferne ungenutzte Optionen aus FPM-Pool

This commit is contained in:
phil 2022-06-30 19:55:08 +02:00
parent 377856e064
commit fe5a88f903

View file

@ -3,12 +3,9 @@
user = $pool user = $pool
group = $pool group = $pool
listen = /run/php/php-fpm-$pool.sock listen = /run/php/php-fpm-$pool.sock
;listen.backlog = 65535
listen.owner = $pool listen.owner = $pool
listen.group = www-data listen.group = www-data
listen.mode = 0660 listen.mode = 0660
;listen.acl_users =
;listen.acl_groups =
listen.allowed_clients = 127.0.0.1 listen.allowed_clients = 127.0.0.1
pm = dynamic pm = dynamic
pm.max_children = 60 pm.max_children = 60
@ -18,18 +15,7 @@ pm.max_spare_servers = 30
pm.process_idle_timeout = 10s; pm.process_idle_timeout = 10s;
pm.max_requests = 100 pm.max_requests = 100
pm.status_path = /status 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 = / chdir = /
;catch_workers_output = yes
clear_env = no clear_env = no
security.limit_extensions = .php .php3 .php4 .php5 security.limit_extensions = .php .php3 .php4 .php5
env[HOSTNAME] = $HOSTNAME env[HOSTNAME] = $HOSTNAME