Fixing install

Adding php fpm conf and fixing dockerfile
This commit is contained in:
Michael (Parker) Parker 2018-07-18 15:31:35 -04:00
parent 5427b7e172
commit b7da8532ba
2 changed files with 21 additions and 7 deletions

14
.dev/docker/www.conf Normal file
View 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