diff options
| author | Patrick Spek <p.spek@tyil.nl> | 2024-08-07 23:07:47 +0200 |
|---|---|---|
| committer | Patrick Spek <p.spek@tyil.nl> | 2024-08-07 23:07:47 +0200 |
| commit | b9838254407274d8f9227a62474cd2ba87741198 (patch) | |
| tree | 4d13922315fbd42d88062516e3a8078716980984 | |
| parent | ef8ff2232f469fc7c01a28d4e9b0e11052c864b7 (diff) | |
| download | cgit-b9838254407274d8f9227a62474cd2ba87741198.tar.gz cgit-b9838254407274d8f9227a62474cd2ba87741198.tar.bz2 | |
Actually use CGITRC_CLONE_PREFIX
| -rw-r--r-- | conf.d/cgitrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf.d/cgitrc b/conf.d/cgitrc index 5725e77..2a26b24 100644 --- a/conf.d/cgitrc +++ b/conf.d/cgitrc @@ -6,7 +6,7 @@ robots=noindex,nofollow source-filter=/usr/lib/cgit/filters/syntax-highlighting.py virtual-root=/ -clone-prefix=${CGITRC_CLONE_URL} +clone-prefix=${CGITRC_CLONE_PREFIX} enable-http-clone=${CGITRC_ENABLE_HTTP_CLONE} enable-log-filecount=${CGITRC_ENABLE_LOG_FILECOUNT} enable-log-linecount=${CGITRC_ENABLE_LOG_LINECOUNT} |
