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