mirror of
https://github.com/CoolnsX/selfhost_podman.git
synced 2025-12-20 11:55:16 +05:30
Feat: unix socketifying and disabling ports as much as possible
This commit is contained in:
19
nextcloud/zz-docker.conf
Normal file
19
nextcloud/zz-docker.conf
Normal file
@@ -0,0 +1,19 @@
|
||||
[global]
|
||||
daemonize = no
|
||||
|
||||
[www]
|
||||
listen = /tmp/docker/nextcloud-fpm.sock
|
||||
|
||||
listen.owner = 1000
|
||||
listen.group = 1000
|
||||
listen.mode = 0777
|
||||
|
||||
user = 1000
|
||||
group = 1000
|
||||
|
||||
pm.max_children = 50
|
||||
pm.start_servers = 10
|
||||
pm.min_spare_servers = 5
|
||||
pm.max_spare_servers = 15
|
||||
pm.max_requests = 1000
|
||||
|
||||
Reference in New Issue
Block a user