copr-be: restrict cgi a bit more
We don't need any other extension than php.
This commit is contained in:
parent
f736ed7ef9
commit
9be329fb9a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue