mirror of
https://github.com/standardebooks/web.git
synced 2025-07-21 06:45:14 -04:00
Rearrange filesystem layout, and add configuration files
This commit is contained in:
parent
0acc64cb06
commit
8f33a1021c
18 changed files with 590 additions and 57 deletions
18
config/php/fpm/standardebooks.org.conf
Normal file
18
config/php/fpm/standardebooks.org.conf
Normal file
|
@ -0,0 +1,18 @@
|
|||
[standardebooks.org]
|
||||
user = www-data
|
||||
group = www-data
|
||||
|
||||
listen = /run/php/standardebooks.org.sock
|
||||
listen.owner = www-data
|
||||
listen.group = www-data
|
||||
|
||||
pm = ondemand
|
||||
pm.max_children = 20
|
||||
pm.process_idle_timeout = 30s
|
||||
pm.max_requests = 200
|
||||
|
||||
request_slowlog_timeout = 10s
|
||||
slowlog = /var/log/local/php-fpm-slow.log
|
||||
catch_workers_output = yes
|
||||
|
||||
php_admin_value[include_path] = /standardebooks.org/web/lib
|
18
config/php/fpm/standardebooks.test.conf
Normal file
18
config/php/fpm/standardebooks.test.conf
Normal file
|
@ -0,0 +1,18 @@
|
|||
[standardebooks.test]
|
||||
user = www-data
|
||||
group = www-data
|
||||
|
||||
listen = /run/php/standardebooks.test.sock
|
||||
listen.owner = www-data
|
||||
listen.group = www-data
|
||||
|
||||
pm = ondemand
|
||||
pm.max_children = 10
|
||||
pm.process_idle_timeout = 30s
|
||||
pm.max_requests = 200
|
||||
|
||||
request_slowlog_timeout = 10s
|
||||
slowlog = /var/log/local/php-fpm-slow.log
|
||||
catch_workers_output = yes
|
||||
|
||||
php_admin_value[include_path] = /standardebooks.org/web/lib:/standardebooks.org/web/vendor
|
Loading…
Add table
Add a link
Reference in a new issue