diff options
author | Roland Reichwein <mail@reichwein.it> | 2020-05-20 19:23:39 +0200 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2020-05-20 19:23:39 +0200 |
commit | e374ad65fdf9a8c62bf134babf2121d993fd422b (patch) | |
tree | 8a5fc4fb391eae3c1c1544ac3373bda842cc1e7e /webserver.conf | |
parent | 5408976a072ee79df77499e2dfbc69c4cfd5d266 (diff) |
Add php config (WIP)
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> |