1
0
Fork 0
mirror of https://github.com/yavook/kiwi-nextcloud.git synced 2024-11-21 14:53:00 +00:00

expand FPM pool

This commit is contained in:
Jörn-Michael Miehe 2022-10-23 03:25:37 +02:00
parent 6d4cd7cd3c
commit 0303a1b3bd
2 changed files with 2 additions and 1 deletions

View file

@ -32,7 +32,7 @@ CMD [ "/command/with-contenv", "/entrypoint.sh", "php-fpm" ]
# configure php-fpm
#########
COPY zzz-kiwi.conf /usr/local/etc/php-fpm.d/zzz-kiwi.conf;
COPY zzz-kiwi.conf /usr/local/etc/php-fpm.d/zzz-kiwi.conf
#########
# add nginx

View file

@ -1,2 +1,3 @@
[www]
listen = 127.0.0.1:9000
pm.max_children = 20