diff options
author | Roland Reichwein <mail@reichwein.it> | 2023-01-12 20:00:40 +0100 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2023-01-12 20:00:40 +0100 |
commit | 702d32b41c1c4f496dba046c2017cb5b907e55cd (patch) | |
tree | 271a48cc1dc9ef1d2fcc846ed4bebbcdd24242e2 /webserver.conf | |
parent | 124646fe2a31b7211d12fb043fcb760cbe7313b0 (diff) |
FCGI test
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"> |