summarylogtreecommitdiffstats
path: root/php-fpm.conf
diff options
context:
space:
mode:
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