diff options
| author | Alex Pooley (@zuedev) <zuedev@gmail.com> | 2026-05-07 17:25:45 +0100 |
|---|---|---|
| committer | Alex Pooley (@zuedev) <zuedev@gmail.com> | 2026-05-07 17:25:45 +0100 |
| commit | e4b3b4b9d738b99b2e5be304c2a1461e25242c72 (patch) | |
| tree | 34b6d2ba5cc017d328b6244039bb382c1467b9b1 /cgitrc | |
| parent | c1e9bf137944a1dffe7f3a9abc854382b638e7ab (diff) | |
| download | git.zue.dev-e4b3b4b9d738b99b2e5be304c2a1461e25242c72.tar git.zue.dev-e4b3b4b9d738b99b2e5be304c2a1461e25242c72.tar.gz git.zue.dev-e4b3b4b9d738b99b2e5be304c2a1461e25242c72.tar.bz2 git.zue.dev-e4b3b4b9d738b99b2e5be304c2a1461e25242c72.tar.xz git.zue.dev-e4b3b4b9d738b99b2e5be304c2a1461e25242c72.zip | |
use the first path component of the repository path as the section name
Diffstat (limited to 'cgitrc')
| -rw-r--r-- | cgitrc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -34,6 +34,9 @@ scan-path=/srv/git # 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 + # # Search for these files in the root of the default branch of repositories # for coming up with the about page: |
