File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
install/deb/multiphp/nginx Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ pool_conf="[$2]
1010
1111listen = /run/php/php5.6-fpm-$2 .sock
1212listen.owner = $1
13- listen.group = $1
13+ listen.group = www-data
1414listen.mode = 0660
1515
1616user = $1
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ pool_conf="[$2]
1010
1111listen = /run/php/php7.0-fpm-$2 .sock
1212listen.owner = $1
13- listen.group = $1
13+ listen.group = www-data
1414listen.mode = 0660
1515
1616user = $1
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ pool_conf="[$2]
1010
1111listen = /run/php/php7.1-fpm-$2 .sock
1212listen.owner = $1
13- listen.group = $1
13+ listen.group = www-data
1414listen.mode = 0660
1515
1616user = $1
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ pool_conf="[$2]
1010
1111listen = /run/php/php7.2-fpm-$2 .sock
1212listen.owner = $1
13- listen.group = $1
13+ listen.group = www-data
1414listen.mode = 0660
1515
1616user = $1
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ pool_conf="[$2]
1010
1111listen = /run/php/php7.3-fpm-$2 .sock
1212listen.owner = $1
13- listen.group = $1
13+ listen.group = www-data
1414listen.mode = 0660
1515
1616user = $1
You can’t perform that action at this time.
0 commit comments