Limit PHP only to /content

#130
This commit is contained in:
Matthias Strubel 2016-05-12 18:15:11 +02:00
parent 975462157b
commit c3d68ab8d7

View file

@ -1,5 +1,6 @@
#-------------------- FAST CGI stuff
$HTTP["url"] =~ "^/content/" {
fastcgi.server = (
".php" => ((
"bin-path" => "/usr/bin/php-cgi",
@ -7,4 +8,4 @@ fastcgi.server = (
"max-procs" => 1
))
)
}