diff options
| author | Alex Pooley (@zuedev) <zuedev@gmail.com> | 2026-05-11 19:24:17 +0100 |
|---|---|---|
| committer | Alex Pooley (@zuedev) <zuedev@gmail.com> | 2026-05-11 19:24:17 +0100 |
| commit | c86f5a569785172cd5631aeca6fd12a4220d3183 (patch) | |
| tree | 701d5d96f582ad9176bd659a22d9b073db05ea75 /cgitrc | |
| parent | 3e37d70a0a6837840144eeb5679e5529cabd48cd (diff) | |
| download | git.zue.dev-c86f5a569785172cd5631aeca6fd12a4220d3183.tar git.zue.dev-c86f5a569785172cd5631aeca6fd12a4220d3183.tar.gz git.zue.dev-c86f5a569785172cd5631aeca6fd12a4220d3183.tar.bz2 git.zue.dev-c86f5a569785172cd5631aeca6fd12a4220d3183.tar.xz git.zue.dev-c86f5a569785172cd5631aeca6fd12a4220d3183.zip | |
Simplify readme file configuration in cgitrc
Diffstat (limited to 'cgitrc')
| -rw-r--r-- | cgitrc | 34 |
1 files changed, 2 insertions, 32 deletions
@@ -41,38 +41,8 @@ max-stats=year # use the first path component of the repository path as the section name section-from-path=1 -# -# Search for these files in the root of the default branch of repositories -# for coming up with the about page: -# -readme=:README.md -readme=:readme.md -readme=:README.mkd -readme=:readme.mkd -readme=:README.rst -readme=:readme.rst -readme=:README.html -readme=:readme.html -readme=:README.htm -readme=:readme.htm -readme=:README.txt -readme=:readme.txt -readme=:README -readme=:readme -readme=:INSTALL.md -readme=:install.md -readme=:INSTALL.mkd -readme=:install.mkd -readme=:INSTALL.rst -readme=:install.rst -readme=:INSTALL.html -readme=:install.html -readme=:INSTALL.htm -readme=:install.htm -readme=:INSTALL.txt -readme=:install.txt -readme=:INSTALL -readme=:install +# set readme file +readme=README.md # this has to be empty for cgit to work with a reverse proxy virtual-root=
\ No newline at end of file |
