diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2019-01-08 20:54:02 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2019-01-08 20:54:02 +0000 |
commit | 07e29f42a2ad53dc27d05c4a26a7304f2dddc544 (patch) | |
tree | 779beb1734ce3249076f94926467c3d86220c7fb | |
parent | Add haproxy descriptions (diff) | |
download | config-07e29f42a2ad53dc27d05c4a26a7304f2dddc544.tar.bz2 config-07e29f42a2ad53dc27d05c4a26a7304f2dddc544.tar.xz config-07e29f42a2ad53dc27d05c4a26a7304f2dddc544.zip |
Enable README.md for about pages on repos
-rw-r--r-- | etc/apache/cgitrc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/apache/cgitrc b/etc/apache/cgitrc index d8068ef..78213fa 100644 --- a/etc/apache/cgitrc +++ b/etc/apache/cgitrc @@ -12,6 +12,8 @@ css=/syntax.css # Show extra links for each repository on the index page #enable-index-links=1 +enable-html-serving=1 + # Enable ASCII art commit history graph on the log pages enable-commit-graph=1 @@ -69,6 +71,8 @@ mimetype-file=/etc/mime.types #mimetype.png=image/png #mimetype.svg=image/svg+xml +readme=master:README.md +about-filter=/usr/lib/cgit/filters/about-formatting.sh source-filter=/usr/lib/cgit/filters/syntax-highlighting.sh ## ## List of repositories. |