Fix Bad Gateway: PHP-FPM via Unix socket + logs en supervisord
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
[www]
|
||||
user = nobody
|
||||
group = nobody
|
||||
listen = /var/run/php-fpm.sock
|
||||
listen.owner = nobody
|
||||
listen.group = nobody
|
||||
listen.mode = 0660
|
||||
pm = dynamic
|
||||
pm.max_children = 10
|
||||
pm.start_servers = 2
|
||||
pm.min_spare_servers = 1
|
||||
pm.max_spare_servers = 3
|
||||
Reference in New Issue
Block a user