diff options
| author | Patrick Spek <p.spek@tyil.nl> | 2024-08-07 22:04:13 +0200 |
|---|---|---|
| committer | Patrick Spek <p.spek@tyil.nl> | 2024-08-07 23:01:30 +0200 |
| commit | d4fcaf0934b30fd1dd6248ca7c5c3be820935f7d (patch) | |
| tree | 17d72feda959e95db809ce81c1ed3dcee7a94e36 | |
| parent | 9499d7d1f8fd200d1bb648d2bc155389663c48b0 (diff) | |
| download | cgit-d4fcaf0934b30fd1dd6248ca7c5c3be820935f7d.tar.gz cgit-d4fcaf0934b30fd1dd6248ca7c5c3be820935f7d.tar.bz2 | |
Add virtual-root
| -rw-r--r-- | conf.d/cgitrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf.d/cgitrc b/conf.d/cgitrc index 0f0f151..c6cf261 100644 --- a/conf.d/cgitrc +++ b/conf.d/cgitrc @@ -4,6 +4,7 @@ logo-link=/ remove-suffix=1 robots=noindex,nofollow source-filter=/usr/lib/cgit/filters/syntax-highlighting.py +virtual-root=/ clone-prefix=${CGITRC_CLONE_URL} enable-http-clone=${CGITRC_ENABLE_HTTP_CLONE} |
