mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-18 14:23:44 +02:00
Fixing install
Adding php fpm conf and fixing dockerfile
This commit is contained in:
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
|
||||
Reference in New Issue
Block a user