Skip to content

Commit d1cd963

Browse files
committed
Updated readme
1 parent 6cd4e16 commit d1cd963

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ apt-get install libfcgi0ldbl
2727
PHP script needs to be executable and owned by an allowed user (ACL):
2828
```shell script
2929
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
30+
# add your ACL user to the comma-delimited list: listen.acl_users
31+
# e.g. listen.acl_users = apache,nginx,myuser
3232
systemctl restart php-fpm
3333
```
3434

0 commit comments

Comments
 (0)