summaryrefslogtreecommitdiffhomepage
path: root/plugins/weblog/weblog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/weblog/weblog.cpp')
-rw-r--r--plugins/weblog/weblog.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/weblog/weblog.cpp b/plugins/weblog/weblog.cpp
index 688f574..20c70b7 100644
--- a/plugins/weblog/weblog.cpp
+++ b/plugins/weblog/weblog.cpp
@@ -301,6 +301,7 @@ namespace {
htmlPage += " <a href=\"?page="s + std::to_string(page + 1) + "\">older&gt;&gt;</a>"s;
htmlPage += "<br/>";
}
+ SetResponseHeader("cache_control", "no-store");
return htmlPage;
} catch (const std::exception& ex) {
return HttpStatus("500", "Reading Index page: "s + ex.what(), SetResponseHeader);