diff options
Diffstat (limited to 'webserver.conf')
-rw-r--r-- | webserver.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/webserver.conf b/webserver.conf index 3659e59..871a491 100644 --- a/webserver.conf +++ b/webserver.conf @@ -60,6 +60,10 @@ <plugin>fcgi</plugin> <target>/home/ernie/code/webserver/fastcgi/socket</target> </path> + <path requested="/php"> + <plugin>fcgi</plugin> + <target>/run/php/php7.4-fpm.sock</target> + </path> <path requested="/cgi-bin/admin/echo.fcgi"> <plugin>fcgi</plugin> |