aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatarLarge Libravatar memdmp <memdmpestrogenzone>2025-01-05 03:25:38 +0100
committerLibravatarLarge Libravatar memdmp <memdmpestrogenzone>2025-01-05 03:25:38 +0100
commita0d875ae88f398c3e3d87aff48940ff5ec55efc1 (patch)
treef4e0f2b42bb49bd3f045b698caf7435a798b8992
parent4592689d59849f226ab3680fd4aeaa32682d547a (diff)
downloadcgit-oci-a0d875ae88f398c3e3d87aff48940ff5ec55efc1.tar.gz
cgit-oci-a0d875ae88f398c3e3d87aff48940ff5ec55efc1.tar.bz2
cgit-oci-a0d875ae88f398c3e3d87aff48940ff5ec55efc1.tar.lz
cgit-oci-a0d875ae88f398c3e3d87aff48940ff5ec55efc1.zip

feat: caddy doesnt need to pass these envs apparently?

cgit equally dies with and without them

-rw-r--r--image/Caddyfile4
1 files changed, 2 insertions, 2 deletions
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}
}
}
}