diff --git a/roles/copr/backend/templates/lighttpd/lighttpd.conf b/roles/copr/backend/templates/lighttpd/lighttpd.conf index 5da09c8f9e..ac484824a3 100644 --- a/roles/copr/backend/templates/lighttpd/lighttpd.conf +++ b/roles/copr/backend/templates/lighttpd/lighttpd.conf @@ -350,7 +350,7 @@ $HTTP["url"] =~ "\.pdf$" { ## ## .php, .pl, .fcgi are most often handled by mod_fastcgi or mod_cgi ## -static-file.exclude-extensions = ( ".php", ".pl", ".fcgi", ".scgi" ) +static-file.exclude-extensions = ( ".php" ) ## ## error-handler for status 404