aboutsummaryrefslogtreecommitdiffstats
path: root/license-generator/lighttpd.conf
diff options
context:
space:
mode:
Diffstat (limited to 'license-generator/lighttpd.conf')
-rw-r--r--license-generator/lighttpd.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/license-generator/lighttpd.conf b/license-generator/lighttpd.conf
index 1923c4a..c0e0a1f 100644
--- a/license-generator/lighttpd.conf
+++ b/license-generator/lighttpd.conf
@@ -9,9 +9,9 @@ server.modules += ( "mod_fastcgi" )
fastcgi.debug = 1
fastcgi.server = (
"/fulfillment" => ((
- "socket" => "./license-generator.fcgi.socket",
+ "socket" => "./fulfillment.fcgi.socket",
"check-local" => "disable",
- "bin-path" => var.CWD + "/target/debug/license-generator",
+ "bin-path" => var.CWD + "/target/debug/fulfillment",
"max-procs" => 1
)),
"/license" => ((