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 >.