aboutsummaryrefslogtreecommitdiff
path: root/lighttpd-fcgi.conf
diff options
context:
space:
mode:
authorEmil Williams2025-08-20 23:59:06 +0000
committerEmil Williams2025-08-20 23:59:06 +0000
commit33c7281c610623e84985bd1104236167a1ca06c7 (patch)
tree7a8e42298db897a08d5378161c5f069e7289f29e /lighttpd-fcgi.conf
parentd75ac24491b782974517cbff207bfbc17e46bd56 (diff)
downloadgorillanest-33c7281c610623e84985bd1104236167a1ca06c7.tar.xz
gorillanest-33c7281c610623e84985bd1104236167a1ca06c7.tar.zst
Directories
Diffstat (limited to 'lighttpd-fcgi.conf')
-rw-r--r--lighttpd-fcgi.conf25
1 files changed, 0 insertions, 25 deletions
diff --git a/lighttpd-fcgi.conf b/lighttpd-fcgi.conf
deleted file mode 100644
index a9cbb25..0000000
--- a/lighttpd-fcgi.conf
+++ /dev/null
@@ -1,25 +0,0 @@
-server.modules = (
- "mod_fastcgi",
- "mod_rewrite",
- "mod_setenv"
-)
-
-server.document-root = var.CWD
-server.port = 5050
-
-url.rewrite-once = (
- "/" => "/gorillanest"
-)
-
-setenv.add-environment = (
- "PERL5LIB" => env.PERL5LIB
-)
-
-fastcgi.server = (
- "/gorillanest" => ((
- "bin-path" => "gorillanest.pl.fcgi",
- "socket" => "gorillanest.sock",
- ))
-)
-
-fastcgi.debug = 1