Skip to content

Commit 6db46a0

Browse files
add description to 'listen_acl_users' parameter
Description copied from php-fpm configuration documentation at: https://www.php.net/manual/en/install.fpm.configuration.php
1 parent e25ebe5 commit 6db46a0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

manifests/fpm/pool.pp

+3
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@
2525
# [*listen_mode*]
2626
#
2727
# [*listen_acl_users*]
28+
# When POSIX Access Control Lists are supported you can set them using this option.
29+
# When set, listen.owner and listen.group are ignored. Value is a comma separated
30+
# list of user names.
2831
#
2932
# [*user*]
3033
# The user that php-fpm should run as

0 commit comments

Comments
 (0)