PHP more request handlers
This commit is contained in:
2
app/www-ext.conf
Normal file
2
app/www-ext.conf
Normal file
@ -0,0 +1,2 @@
|
||||
[www]
|
||||
pm.max_children = 15
|
@ -25,7 +25,8 @@ services:
|
||||
- ./.key.env
|
||||
volumes:
|
||||
- ${APP_PATH:-.}/:/code
|
||||
- ./fcgi.conf:/usr/local/etc/php-fpm.d/fcgi.conf
|
||||
- ${APP_PATH:-.}/fcgi.conf:/usr/local/etc/php-fpm.d/fcgi.conf
|
||||
- ${APP_PATH:-.}/fcgi.conf:/usr/local/etc/php-fpm.d/www-extra.conf
|
||||
- ./logs/php:/logs
|
||||
|
||||
db:
|
||||
|
Reference in New Issue
Block a user