805b6d3534
Verlinkungen angepasst; pve2/guests als Platzhalter. Co-authored-by: Cursor <cursoragent@cursor.com>
14 lines
403 B
Plaintext
14 lines
403 B
Plaintext
; Edit this file to override www.conf and php-fpm.conf directives and restart the container
|
|
; Freigabe 2026-06-28 — siehe docu/migration/nextcloud-tuning-freigabe.md
|
|
|
|
[www]
|
|
pm = dynamic
|
|
pm.max_children = 12
|
|
pm.start_servers = 3
|
|
pm.min_spare_servers = 2
|
|
pm.max_spare_servers = 6
|
|
pm.max_requests = 500
|
|
request_terminate_timeout = 300
|
|
request_slowlog_timeout = 10s
|
|
slowlog = /config/log/php/fpm-slow.log
|