copr-be: restrict cgi a bit more

We don't need any other extension than php.
This commit is contained in:
Pavel Raiskup 2021-12-10 18:30:33 +01:00
parent f736ed7ef9
commit 9be329fb9a

View file

@ -350,7 +350,7 @@ $HTTP["url"] =~ "\.pdf$" {
## ##
## .php, .pl, .fcgi are most often handled by mod_fastcgi or mod_cgi ## .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 ## error-handler for status 404