From 37481d8781c8f9b023ecd34c125f28c4b1e96381 Mon Sep 17 00:00:00 2001 From: "Ramón M. Gómez" Date: Thu, 15 Nov 2018 16:11:31 +0100 Subject: #784: Apache configuration now supports connection with PHP-FPM via socket and port. --- server/etc/apache.conf.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server') diff --git a/server/etc/apache.conf.tmpl b/server/etc/apache.conf.tmpl index d637c2fe..edb3fda8 100644 --- a/server/etc/apache.conf.tmpl +++ b/server/etc/apache.conf.tmpl @@ -5,7 +5,7 @@ Alias /opengnsys CONSOLEDIR # PHP-FPM configuration - SetHandler "proxy:unix:SOCKFILE|fcgi://localhost" + SetHandler "proxy:fcgi://127.0.0.1:9000" -- cgit v1.2.3-18-g5258