summarylogtreecommitdiffstats
path: root/php-fpm.patch
diff options
context:
space:
mode:
Diffstat (limited to 'php-fpm.patch')
-rw-r--r--php-fpm.patch10
1 files changed, 5 insertions, 5 deletions
diff --git a/php-fpm.patch b/php-fpm.patch
index c827d2e73ed0..d42ed9083d8d 100644
--- a/php-fpm.patch
+++ b/php-fpm.patch
@@ -40,9 +40,9 @@
+listen = /run/php-fpm/php-fpm.sock
; Set listen(2) backlog.
- ; Default Value: 511 (-1 on FreeBSD and OpenBSD)
-@@ -44,8 +44,8 @@
- ; BSD-derived systems allow connections regardless of permissions.
+ ; 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
; mode is set to 0660
-;listen.owner = @php_fpm_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.
-@@ -362,7 +362,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
@@ -71,4 +71,4 @@
+PIDFile=/run/php-fpm/php-fpm.pid
ExecStart=@EXPANDED_SBINDIR@/php-fpm --nodaemonize --fpm-config @EXPANDED_SYSCONFDIR@/php-fpm.conf
ExecReload=/bin/kill -USR2 $MAINPID
- PrivateTmp=true
+