summaryrefslogtreecommitdiff
path: root/extra/php/php-fpm.conf.in.patch
diff options
context:
space:
mode:
Diffstat (limited to 'extra/php/php-fpm.conf.in.patch')
-rw-r--r--extra/php/php-fpm.conf.in.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/php/php-fpm.conf.in.patch b/extra/php/php-fpm.conf.in.patch
index 317c2024f..4bcdb73d5 100644
--- a/extra/php/php-fpm.conf.in.patch
+++ b/extra/php/php-fpm.conf.in.patch
@@ -1,5 +1,5 @@
---- sapi/fpm/php-fpm.conf.in 2013-06-19 22:03:18.000000000 +0200
-+++ sapi/fpm/php-fpm.conf.in 2013-06-20 17:03:03.728835784 +0200
+--- sapi/fpm/php-fpm.conf.in 2013-11-12 15:17:27.000000000 +0100
++++ sapi/fpm/php-fpm.conf.in 2013-11-12 17:27:21.283279538 +0100
@@ -12,7 +12,7 @@
; Relative path can also be used. They will be prefixed by:
; - the global prefix if it's been set (-p argument)
@@ -27,7 +27,7 @@
+listen = /run/php-fpm/php-fpm.sock
; Set listen(2) backlog.
- ; Default Value: 128 (-1 on FreeBSD and OpenBSD)
+ ; Default Value: 65535 (-1 on FreeBSD and OpenBSD)
@@ -167,9 +168,9 @@
; BSD-derived systems allow connections regardless of permissions.
; Default Values: user and group are set as the running user