Fixed missing keyword in php config
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
[webmail]
|
[webmail]
|
||||||
user = nginx
|
user = nginx
|
||||||
group = nginx
|
group = nginx
|
||||||
listen = /run/php-fpm83/php-fpm.sock
|
listen = /run/php-fpmPHPver/php-fpm.sock
|
||||||
listen.owner = nginx
|
listen.owner = nginx
|
||||||
listen.group = nginx
|
listen.group = nginx
|
||||||
php_admin_value[disable_functions] = exec,passthru,system
|
php_admin_value[disable_functions] = exec,passthru,system
|
||||||
|
|||||||
Reference in New Issue
Block a user