From a0d875ae88f398c3e3d87aff48940ff5ec55efc1 Mon Sep 17 00:00:00 2001 From: memdmp Date: Sun, 5 Jan 2025 03:25:38 +0100 Subject: feat: caddy doesnt need to pass these envs apparently? cgit equally dies with and without them --- image/Caddyfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'image') diff --git a/image/Caddyfile b/image/Caddyfile index d604860..75fa7b1 100644 --- a/image/Caddyfile +++ b/image/Caddyfile @@ -17,8 +17,8 @@ http:// { transport fastcgi { env SCRIPT_FILENAME /usr/share/webapps/cgit/cgit.cgi # see https://caddyserver.com/docs/json/apps/http/#docs - env PATH_INFO {http.request.uri.path} - env QUERY_STRING {http.request.uri.query} + # env PATH_INFO {http.request.uri.path} + # env QUERY_STRING {http.request.uri.query} } } } -- cgit v1.2.3