aboutsummaryrefslogtreecommitdiff
path: root/cgitrc
diff options
context:
space:
mode:
authorAlex Pooley (@zuedev) <zuedev@gmail.com>2026-05-11 19:21:30 +0100
committerAlex Pooley (@zuedev) <zuedev@gmail.com>2026-05-11 19:21:30 +0100
commit3e37d70a0a6837840144eeb5679e5529cabd48cd (patch)
tree87325607ff67e26385edec072a7a00b121b7700d /cgitrc
parentb639e2087937c309428fb5bd7e63a6d08e59aad3 (diff)
downloadgit.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--cgitrc8
1 files changed, 4 insertions, 4 deletions
diff --git a/cgitrc b/cgitrc
index 55a9399..2df6b80 100644
--- a/cgitrc
+++ b/cgitrc
@@ -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