summarylogtreecommitdiffstats
path: root/php-fpm.conf
diff options
context:
space:
mode:
authorJames An2016-08-18 05:49:45 -0400
committerJames An2016-08-18 05:49:45 -0400
commitef16bea8706a50632af430ec6902c4043017e019 (patch)
tree1aa7e5bf912b345314e6d44fa0d15b6417ad5781 /php-fpm.conf
parent70b811778a1d4633383a906c51ca6e9ed319d493 (diff)
downloadaur-ef16bea8706a50632af430ec6902c4043017e019.tar.gz
Updated to latest upstream release and changed php-fpm to listen to a socket file rather than a loopback address.
Diffstat (limited to 'php-fpm.conf')
-rw-r--r--php-fpm.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/php-fpm.conf b/php-fpm.conf
index ea79e59f87e3..9932b0bfcb30 100644
--- a/php-fpm.conf
+++ b/php-fpm.conf
@@ -7,7 +7,7 @@ user = aegir
group = http
; Listening interface settings
-listen = 127.0.0.1:9000
+listen = /run/php-fpm/php-fpm.sock
listen.owner = aegir
listen.group = http
listen.mode = 0660