diff options
-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. |