From 15bb3d5b02dd99c1c4784cee63f0c81d9547e00f Mon Sep 17 00:00:00 2001 From: anon Date: Wed, 20 Aug 2025 15:28:55 +0200 Subject: [PATCH] . --- lighttpd.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lighttpd.conf b/lighttpd.conf index 5b29684..3f21f8f 100644 --- a/lighttpd.conf +++ b/lighttpd.conf @@ -8,7 +8,7 @@ server.document-root = var.CWD server.port = 5050 url.rewrite-once = ( - "/?" => "/gorillanest" + "/" => "/gorillanest" ) setenv.add-environment = ( -- 2.39.5