Fix: socket permissions para nginx
This commit is contained in:
+3
-3
@@ -2,11 +2,11 @@
|
||||
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
|
||||
listen.owner = nginx
|
||||
listen.group = nginx
|
||||
listen.mode = 0660
|
||||
|
||||
Reference in New Issue
Block a user