diff options
author | Yigit Sever | 2021-10-29 08:04:30 +0000 |
---|---|---|
committer | Yigit Sever | 2021-10-29 11:15:04 +0300 |
commit | b00972235a9e2250610bb6f861a6e88d30d5a126 (patch) | |
tree | 8c8a0f8dbc769f83fbd878a133bc721f51c14066 /cgit.conf | |
parent | 5258c297ba6fb604ae1415fbc19a3fe42457e49e (diff) | |
download | cgit-b00972235a9e2250610bb6f861a6e88d30d5a126.tar.gz cgit-b00972235a9e2250610bb6f861a6e88d30d5a126.tar.bz2 cgit-b00972235a9e2250610bb6f861a6e88d30d5a126.zip |
Initial customizations
favicon, cgit.png and installation path
Diffstat (limited to 'cgit.conf')
-rw-r--r-- | cgit.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/cgit.conf b/cgit.conf new file mode 100644 index 0000000..acf8dfa --- /dev/null +++ b/cgit.conf | |||
@@ -0,0 +1,6 @@ | |||
1 | CGIT_SCRIPT_PATH = /var/www/cgit/cgi | ||
2 | CGIT_CONFIG = /var/www/cgit/cgitrc | ||
3 | CACHE_ROOT = /var/www/cgit/cache | ||
4 | prefix = /var/www/cgit | ||
5 | libdir = $(prefix) | ||
6 | filterdir = $(libdir)/filters | ||