We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cd4e16 commit d1cd963Copy full SHA for d1cd963
README.md
@@ -27,8 +27,8 @@ apt-get install libfcgi0ldbl
27
PHP script needs to be executable and owned by an allowed user (ACL):
28
```shell script
29
vi /etc/php-fpm.d/www.conf
30
-# add your group to the comma-delimited list: listen.acl_users
31
-# e.g. listen.acl_users = apache,nginx,mygroup
+# add your ACL user to the comma-delimited list: listen.acl_users
+# e.g. listen.acl_users = apache,nginx,myuser
32
systemctl restart php-fpm
33
```
34
0 commit comments