X-Git-Url: https://git.tld-linux.org/?a=blobdiff_plain;f=fpm-conf-split.patch;h=2466c518b59e0b48cdc60f333017b27b07679780;hb=9a574c326ccb9321e53d50ff39c9a140520d8787;hp=bae2ef79d9cbbc7c6c5334fb11a07c8a4f4ffea8;hpb=e1d16e623cb319b6f79917b764b4ebb1a8dbf9ce;p=packages%2Fphp.git diff --git a/fpm-conf-split.patch b/fpm-conf-split.patch index bae2ef7..2466c51 100644 --- a/fpm-conf-split.patch +++ b/fpm-conf-split.patch @@ -15,7 +15,7 @@ ;;;;;;;;;;;;;;;;;; ; Global Options ; ;;;;;;;;;;;;;;;;;; -@@ -115,410 +115,3 @@ +@@ -123,415 +115,3 @@ ; ports and different management options. The name of the pool will be ; used in logs and stats. There is no limitation on the number of pools which ; FPM can handle. Your system will tell you anyway :) @@ -71,6 +71,11 @@ -;listen.owner = @php_fpm_user@ -;listen.group = @php_fpm_group@ -;listen.mode = 0660 +-; When POSIX Access Control Lists are supported you can set them using +-; these options, value is a comma separated list of user/group names. +-; When set, listen.owner and listen.group are ignored +-;listen.acl_users = +-;listen.acl_groups = - -; List of addresses (IPv4/IPv6) of FastCGI clients which are allowed to connect. -; Equivalent to the FCGI_WEB_SERVER_ADDRS environment variable in the original