about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--cgit.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/cgit.c b/cgit.c
index 6ec763f..38b0ba5 100644
--- a/cgit.c
+++ b/cgit.c
@@ -179,7 +179,9 @@ static int cgit_prepare_cache(struct cacheitem *item)
 	}
 
 	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;
 	}
ml?id=f74c6a8eeda788788694bcd5de4369a3956567b4&follow=1'>Set img src when explore fragment changesJune McEnroe 2019-01-07Compress PNG data in imageJune McEnroe 2019-01-07madvise MADV_NOCORE in imageJune McEnroe 2019-01-07Add license notice to explore JavaScriptJune McEnroe 2019-01-07Add Q/Home binding in exploreJune McEnroe 2019-01-07Fix explore image URLJune McEnroe 2019-01-07Add HOME button, ssh link, AGPL notice to exploreJune McEnroe 2019-01-06Add meta viewport to exploreJune McEnroe 2019-01-06Set background and max-width in exploreJune McEnroe 2019-01-06Swallow writes after the connection is closedJune McEnroe 2019-01-06Handle KCGI_HUPJune McEnroe 2019-01-06Install html filesJune McEnroe