Initial commit
This commit is contained in:
12
docker/php-fpm.conf
Normal file
12
docker/php-fpm.conf
Normal file
@@ -0,0 +1,12 @@
|
||||
[global]
|
||||
daemonize = no
|
||||
|
||||
[www]
|
||||
user = laravel
|
||||
group = laravel
|
||||
listen = 9000
|
||||
pm = dynamic
|
||||
pm.max_children = 5
|
||||
pm.start_servers = 2
|
||||
pm.min_spare_servers = 1
|
||||
pm.max_spare_servers = 3
|
||||
Reference in New Issue
Block a user