diff options
Diffstat (limited to 'webserver.conf')
-rw-r--r-- | webserver.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/webserver.conf b/webserver.conf index 53b48ce..a00549f 100644 --- a/webserver.conf +++ b/webserver.conf @@ -65,7 +65,8 @@ </path> <path requested="/php"> <plugin>fcgi</plugin> - <target>/run/php/php-fpm.sock</target> + <!-- <target>/run/php/php-fpm.sock</target> --> + <target>127.0.0.1:9021</target> </path> <path requested="/cgi-bin/admin/echo.fcgi"> |