From 33c7281c610623e84985bd1104236167a1ca06c7 Mon Sep 17 00:00:00 2001 From: Emil Williams Date: Wed, 20 Aug 2025 23:59:06 +0000 Subject: Directories --- lighttpd-fcgi.conf | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 lighttpd-fcgi.conf (limited to 'lighttpd-fcgi.conf') 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 -- cgit v1.2.3