From 2ab63bc557e5ca8c598dccdac63db08a7cde4c32 Mon Sep 17 00:00:00 2001 From: Adam Warner Date: Wed, 4 Jan 2023 18:40:14 +0000 Subject: [PATCH] Remove duplicated fastcgi.server config. Same as the commit in #5103, but... Co-authored-by: RD WebDesign Signed-off-by: Adam Warner --- advanced/pihole-admin.conf | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/advanced/pihole-admin.conf b/advanced/pihole-admin.conf index 8e3508da..9dad1037 100644 --- a/advanced/pihole-admin.conf +++ b/advanced/pihole-admin.conf @@ -15,16 +15,6 @@ $HTTP["url"] =~ "^/admin/" { server.document-root = "/var/www/html" server.stream-response-body = 1 - fastcgi.server = ( - ".php" => ( - "localhost" => ( - "socket" => "/tmp/pihole-php-fastcgi.socket", - "bin-path" => "/usr/bin/php-cgi", - "min-procs" => 0, - "max-procs" => 1, - ) - ) - ) # X-Pi-hole is a response header for debugging using curl -I # X-Frame-Options prevents clickjacking attacks and helps ensure your content is not embedded into other sites via < frame >, < iframe > or < object >.