Add all files needed to bring up VM and run agaric.com locally
This commit is contained in:
parent
52c8b60bac
commit
4d2bc0ee24
742 changed files with 24037 additions and 0 deletions
12
box/provisioning/roles/geerlingguy.php/templates/www.conf.j2
Normal file
12
box/provisioning/roles/geerlingguy.php/templates/www.conf.j2
Normal file
|
@ -0,0 +1,12 @@
|
|||
[www]
|
||||
listen = 127.0.0.1:9000
|
||||
listen.allowed_clients = 127.0.0.1
|
||||
user = {{ php_fpm_pool_user }}
|
||||
group = {{ php_fpm_pool_group }}
|
||||
|
||||
pm = dynamic
|
||||
pm.max_children = 50
|
||||
pm.start_servers = 5
|
||||
pm.min_spare_servers = 5
|
||||
pm.max_spare_servers = 5
|
||||
pm.max_requests = 500
|
Loading…
Add table
Add a link
Reference in a new issue