X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/0de21a8d4176f15b4185a2e083787eeb05d95a77..152c5e2aca6bf3f07af6b19beec872e8b3b43d1d:/shared.c?ds=inline diff --git a/shared.c b/shared.c index cd9d68d..1cd60a2 100644 --- a/shared.c +++ b/shared.c @@ -23,7 +23,7 @@ char *cgit_module_link = "./?repo=%s&page=commit&id=%s"; char *cgit_agefile = "info/web/last-modified"; char *cgit_virtual_root = NULL; char *cgit_script_name = CGIT_SCRIPT_NAME; -char *cgit_cache_root = "/var/cache/cgit"; +char *cgit_cache_root = CGIT_CACHE_ROOT; char *cgit_repo_group = NULL; int cgit_nocache = 0;