The name of the fastcgi executable has changed back to pgf-service

This commit is contained in:
hallgren
2011-01-09 15:32:17 +00:00
parent adbe9cd94d
commit b8c1a09896

View File

@@ -54,7 +54,7 @@ fastcgi.debug = 0
fastcgi.server = (".pgf" =>
((
"socket" => basedir + "/" + var.PID + "-pgf.socket",
"bin-path" => basedir + "/dist/build/pgf-fcgi/pgf-fcgi",
"bin-path" => basedir + "/dist/build/pgf-service/pgf-service",
# Use 2 OS threads (to be able to use 2 cores).
# Limit heap size to 512 MB.
"bin-environment" => ("GHCRTS" => "-N2 -M512M"),