diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-12-30 09:34:58 +0100 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-12-31 01:06:40 +0100 |
commit | beced896adede7791902c084864668404d24aa46 (patch) | |
tree | 059f5d17522bff15edec8e74442f36d9009b79c4 /lang/php80/files/patch-sapi_fpm_www.conf.in | |
parent | www/py-dj41-drf-spectacular-sidecar: Remove expired port (diff) |
lang/php80: Sunset
Diffstat (limited to 'lang/php80/files/patch-sapi_fpm_www.conf.in')
-rw-r--r-- | lang/php80/files/patch-sapi_fpm_www.conf.in | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/lang/php80/files/patch-sapi_fpm_www.conf.in b/lang/php80/files/patch-sapi_fpm_www.conf.in deleted file mode 100644 index c7e7fe399854..000000000000 --- a/lang/php80/files/patch-sapi_fpm_www.conf.in +++ /dev/null @@ -1,17 +0,0 @@ ---- sapi/fpm/www.conf.in.orig 2019-01-26 15:54:27 UTC -+++ sapi/fpm/www.conf.in -@@ -27,10 +27,14 @@ group = @php_fpm_group@ - ; Valid syntaxes are: - ; 'ip.add.re.ss:port' - to listen on a TCP socket to a specific IPv4 address on - ; a specific port; -+; '0.0.0.0:port' - to listen on a TCP socket to all IPv4 addresses on -+; a specific port; - ; '[ip:6:addr:ess]:port' - to listen on a TCP socket to a specific IPv6 address on - ; a specific port; - ; 'port' - to listen on a TCP socket to all addresses - ; (IPv6 and IPv4-mapped) on a specific port; -+; Note: IPv4-mapped addresses are disabled by-default in -+; FreeBSD for security reasons; - ; '/path/to/unix/socket' - to listen on a unix socket. - ; Note: This value is mandatory. - listen = 127.0.0.1:9000 |