Fixing install
Adding php fpm conf and fixing dockerfile
This commit is contained in:
parent
5427b7e172
commit
b7da8532ba
2 changed files with 21 additions and 7 deletions
14
.dev/docker/www.conf
Normal file
14
.dev/docker/www.conf
Normal file
|
@ -0,0 +1,14 @@
|
|||
[pterodactyl]
|
||||
|
||||
user = nginx
|
||||
group = nginx
|
||||
|
||||
listen = /var/run/php/php-fpm7.2.sock
|
||||
listen.owner = nginx
|
||||
listen.group = nginx
|
||||
listen.mode = 0750
|
||||
|
||||
pm = ondemand
|
||||
pm.max_children = 9
|
||||
pm.process_idle_timeout = 10s
|
||||
pm.max_requests = 200
|
Loading…
Add table
Add a link
Reference in a new issue