diff options
author | Romain Gonçalves <me@rgoncalves.se> | 2021-12-23 09:10:13 +0000 |
---|---|---|
committer | Romain Gonçalves <me@rgoncalves.se> | 2021-12-23 09:10:13 +0000 |
commit | 249798531e0cbd338686cff52df1172aed3cc4a1 (patch) | |
tree | 35e9c215acfb16ffa1e5db59d337f2a2bc22984a /roles/cgit/templates/cgitrc.j2 | |
parent | 2cbeca09fc9e2a53b0c1d5881f91d3d22518f16b (diff) | |
download | rules-249798531e0cbd338686cff52df1172aed3cc4a1.tar.gz |
roles/cgit: Fix favicon location and mimetypes
Diffstat (limited to 'roles/cgit/templates/cgitrc.j2')
-rw-r--r-- | roles/cgit/templates/cgitrc.j2 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/roles/cgit/templates/cgitrc.j2 b/roles/cgit/templates/cgitrc.j2 index 2b01ef4..953494d 100644 --- a/roles/cgit/templates/cgitrc.j2 +++ b/roles/cgit/templates/cgitrc.j2 @@ -41,3 +41,12 @@ snapshots=tar.gz section-from-path=1 section-sort=1 scan-path={{ cgit_git_dir }} + +# mimetypes +mimetype.gif=image/gif +mimetype.html=text/html +mimetype.jpg=image/jpeg +mimetype.jpeg=image/jpeg +mimetype.pdf=application/pdf +mimetype.png=image/png +mimetype.svg=image/svg+xml |