feature/cierres #25

Open
aldarien wants to merge 446 commits from feature/cierres into develop
73 changed files with 522 additions and 1957 deletions
Showing only changes of commit f11b7dcd9b - Show all commits

2
app/www-ext.conf Normal file
View File

@ -0,0 +1,2 @@
[www]
pm.max_children = 15

View File

@ -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: