add unit files
This commit is contained in:
parent
7f2eb7ec65
commit
38a2de5858
5 changed files with 142 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
[www]
|
||||
|
||||
user = nobody
|
||||
group = nobody
|
||||
user = root
|
||||
group = root
|
||||
listen = 9001
|
||||
pm = dynamic
|
||||
pm.max_children = 5
|
||||
|
@ -10,5 +10,4 @@ pm.min_spare_servers = 1
|
|||
pm.max_spare_servers = 3
|
||||
env[APP_ENV]=$APP_ENV
|
||||
env[APP_SECRET]=$APP_SECRET
|
||||
error_log = /var/log/php-fpm.log
|
||||
catch_workers_output = yes
|
||||
catch_workers_output = yes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue