From 6f080713489cfc11bfc4fc77b57ea9398bef424b Mon Sep 17 00:00:00 2001 From: memdmp Date: Wed, 15 Jan 2025 13:48:32 +0100 Subject: feat: things!! :3 --- image/Caddyfile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'image/Caddyfile') diff --git a/image/Caddyfile b/image/Caddyfile index 56f89a0..82e6020 100644 --- a/image/Caddyfile +++ b/image/Caddyfile @@ -17,6 +17,8 @@ http:// { } } + # you may want to handle /assets/md.css (for example doing a rewrite to /cgit-assets.git/plain/markdown.css) if you use the default markdown handler + reverse_proxy unix//run/fcgiwrap/fcgiwrap.sock { transport fastcgi { env DOCUMENT_ROOT /usr/share/webapps/cgit -- cgit v1.2.3