summaryrefslogtreecommitdiffstats
path: root/server/etc/apache.conf.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'server/etc/apache.conf.tmpl')
-rw-r--r--server/etc/apache.conf.tmpl2
1 files changed, 1 insertions, 1 deletions
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
<IfModule proxy_fcgi_module>
<FilesMatch ".+\.ph(p[3457]?|t|tml)$">
- SetHandler "proxy:unix:SOCKFILE|fcgi://localhost"
+ SetHandler "proxy:fcgi://127.0.0.1:9000"
</FilesMatch>
</IfModule>