summarylogtreecommitdiffstats
path: root/php-fpm.patch
diff options
context:
space:
mode:
Diffstat (limited to 'php-fpm.patch')
-rw-r--r--php-fpm.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/php-fpm.patch b/php-fpm.patch
index c741342207a9..d42ed9083d8d 100644
--- a/php-fpm.patch
+++ b/php-fpm.patch
@@ -40,7 +40,7 @@
+listen = /run/php-fpm/php-fpm.sock
; Set listen(2) backlog.
- ; Default Value: 511 (-1 on FreeBSD and OpenBSD)
+ ; Default Value: 511 (-1 on Linux, FreeBSD and OpenBSD)
@@ -45,8 +45,8 @@
; and group can be specified either by name or by their numeric IDs.
; Default Values: user and group are set as the running user
@@ -52,7 +52,7 @@
;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.
-@@ -371,7 +371,7 @@
+@@ -416,7 +416,7 @@
; Chdir to this directory at the start.
; Note: relative path can be used.
; Default Value: current directory or / when chroot