}
if (!ctx.repo) {
- item->name = xstrdup(fmt("%s/index.html", ctx.cfg.cache_root));
+ item->name = xstrdup(fmt("%s/index.%s.html",
+ ctx.cfg.cache_root,
+ cache_safe_filename(ctx.qry.raw)));
item->ttl = ctx.cfg.cache_root_ttl;
return 1;
}
parse_configfile(cgit_config_env ? cgit_config_env : CGIT_CONFIG,
config_cb);
+ ctx.repo = NULL;
if (getenv("SCRIPT_NAME"))
ctx.cfg.script_name = xstrdup(getenv("SCRIPT_NAME"));
if (getenv("QUERY_STRING"))