aboutsummaryrefslogtreecommitdiff
path: root/lighttpd.conf
diff options
context:
space:
mode:
authoranon2025-08-20 23:17:32 +0200
committeranon2025-08-20 23:17:32 +0200
commit44b0e7d9a131f203e1d103af21d240f346b9a418 (patch)
tree623cb3e3a7351486e852f72e81efee00faff0775 /lighttpd.conf
parent15bb3d5b02dd99c1c4784cee63f0c81d9547e00f (diff)
downloadgorillanest-44b0e7d9a131f203e1d103af21d240f346b9a418.tar.xz
gorillanest-44b0e7d9a131f203e1d103af21d240f346b9a418.tar.zst
dont waste my time
Diffstat (limited to 'lighttpd.conf')
-rw-r--r--lighttpd.conf25
1 files changed, 0 insertions, 25 deletions
diff --git a/lighttpd.conf b/lighttpd.conf
deleted file mode 100644
index 3f21f8f..0000000
--- a/lighttpd.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",
- "socket" => "gorillanest.sock",
- ))
-)
-
-fastcgi.debug = 1