diff options
Diffstat (limited to 'server')
-rw-r--r-- | server/etc/apache.conf.tmpl | 2 |
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> |