From 0781f60477a762107d86b6583f9609c1976adbb3 Mon Sep 17 00:00:00 2001 From: Alec Warner Date: Mon, 15 Nov 2021 15:03:17 -0800 Subject: For the main page, add a last modified header. Ideally, the CDN can HEAD and take updates faster. Signed-off-by: Alec Warner --- infra-status.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/infra-status.rb b/infra-status.rb index ed1851b..defc5e5 100644 --- a/infra-status.rb +++ b/infra-status.rb @@ -24,6 +24,7 @@ configure do end get '/' do + last_modified ServiceRegistry.instance.load_date erb :index end -- cgit v1.2.3-65-gdbad