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:
parent
6d4cd7cd3c
commit
0303a1b3bd
2 changed files with 2 additions and 1 deletions
|
@ -32,7 +32,7 @@ CMD [ "/command/with-contenv", "/entrypoint.sh", "php-fpm" ]
|
||||||
# configure 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
|
# add nginx
|
||||||
|
|
|
@ -1,2 +1,3 @@
|
||||||
[www]
|
[www]
|
||||||
listen = 127.0.0.1:9000
|
listen = 127.0.0.1:9000
|
||||||
|
pm.max_children = 20
|
||||||
|
|
Loading…
Reference in a new issue