diff options
| author | Alex Pooley (@zuedev) <zuedev@gmail.com> | 2026-05-11 19:21:30 +0100 |
|---|---|---|
| committer | Alex Pooley (@zuedev) <zuedev@gmail.com> | 2026-05-11 19:21:30 +0100 |
| commit | 3e37d70a0a6837840144eeb5679e5529cabd48cd (patch) | |
| tree | 87325607ff67e26385edec072a7a00b121b7700d /cgitrc | |
| parent | b639e2087937c309428fb5bd7e63a6d08e59aad3 (diff) | |
| download | git.zue.dev-3e37d70a0a6837840144eeb5679e5529cabd48cd.tar git.zue.dev-3e37d70a0a6837840144eeb5679e5529cabd48cd.tar.gz git.zue.dev-3e37d70a0a6837840144eeb5679e5529cabd48cd.tar.bz2 git.zue.dev-3e37d70a0a6837840144eeb5679e5529cabd48cd.tar.xz git.zue.dev-3e37d70a0a6837840144eeb5679e5529cabd48cd.zip | |
move settings around
Diffstat (limited to 'cgitrc')
| -rw-r--r-- | cgitrc | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -38,9 +38,6 @@ max-repodesc-length=1000 # enable stats max-stats=year -# this has to be empty for cgit to work with a reverse proxy -virtual-root= - # use the first path component of the repository path as the section name section-from-path=1 @@ -75,4 +72,7 @@ readme=:install.htm readme=:INSTALL.txt readme=:install.txt readme=:INSTALL -readme=:install
\ No newline at end of file +readme=:install + +# this has to be empty for cgit to work with a reverse proxy +virtual-root=
\ No newline at end of file |
