aboutsummaryrefslogtreecommitdiffstats
path: root/license-generator
diff options
context:
space:
mode:
Diffstat (limited to 'license-generator')
-rw-r--r--license-generator/lighttpd.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/license-generator/lighttpd.conf b/license-generator/lighttpd.conf
index aa64347..e6de9c7 100644
--- a/license-generator/lighttpd.conf
+++ b/license-generator/lighttpd.conf
@@ -23,7 +23,7 @@ fastcgi.server = (
"/license/download" => ((
"socket" => "./license-download.fcgi.socket",
"check-local" => "disable",
- "bin-path" => var.CWD + "/target/debug/license-download",
+ "bin-path" => var.CWD + "/target/debug/license",
"max-procs" => 1
))
)