summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--webui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/webui.py b/webui.py
index 5b50956..0d17ceb 100644
--- a/webui.py
+++ b/webui.py
@@ -780,7 +780,7 @@ class WebUI:
self.handler.send_response(200, 'OK')
self.handler.set_content_type('text/html; charset=utf-8')
self.handler.send_header('Content-Length', str(len(html)))
- self.handler.send_header("Surrogate-Key", "simple")
+ self.handler.send_header("Surrogate-Key", "simple simple-index")
# XXX not quite sure whether this is the right thing for empty
# mirrors, but anyway.
serial = self.store.changelog_last_serial() or 0