aboutsummaryrefslogtreecommitdiff
path: root/service/lighttpd-fcgi.conf
diff options
context:
space:
mode:
Diffstat (limited to 'service/lighttpd-fcgi.conf')
-rw-r--r--service/lighttpd-fcgi.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/service/lighttpd-fcgi.conf b/service/lighttpd-fcgi.conf
index a9cbb25..c5b9fba 100644
--- a/service/lighttpd-fcgi.conf
+++ b/service/lighttpd-fcgi.conf
@@ -17,7 +17,7 @@ setenv.add-environment = (
fastcgi.server = (
"/gorillanest" => ((
- "bin-path" => "gorillanest.pl.fcgi",
+ "bin-path" => "perl/fcgi.pl",
"socket" => "gorillanest.sock",
))
)