mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-01 15:22:50 -06:00
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