forked from GitHub/gf-core
the grammars are now recognized by extension i.e. .pgf is grammar just like .php is a PHP script
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user