the grammars are now recognized by extension i.e. .pgf is grammar just like .php is a PHP script

This commit is contained in:
krasimir
2009-01-25 22:06:20 +00:00
parent 7dfc17cd98
commit 92bb971ea3
9 changed files with 78 additions and 67 deletions

View File

@@ -47,7 +47,7 @@ $HTTP["host"] =~ "^(.*)$" {
}
fastcgi.debug = 0
fastcgi.server = ( "/pgf" =>
fastcgi.server = ( ".pgf" =>
((
"socket" => basedir + "/" + var.PID + "-pgf.socket",
"bin-path" => basedir + "/pgf.fcgi",