diff options
Diffstat (limited to 'image/Caddyfile')
-rw-r--r-- | image/Caddyfile | 2 |
1 files changed, 2 insertions, 0 deletions
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 |