From 1abe51b348de036ad5c25f2412a78bdae1a55f17 Mon Sep 17 00:00:00 2001 From: openhands Date: Fri, 6 Mar 2026 02:30:56 +0000 Subject: [PATCH] fix: Add cache headers to Ponder GraphQL proxy in Caddy (#447) --- containers/Caddyfile | 1 + 1 file changed, 1 insertion(+) diff --git a/containers/Caddyfile b/containers/Caddyfile index 93fb5e4..e6b88dc 100644 --- a/containers/Caddyfile +++ b/containers/Caddyfile @@ -3,6 +3,7 @@ reverse_proxy webapp:5173 } route /api/graphql* { + header Cache-Control "public, max-age=5" uri strip_prefix /api reverse_proxy ponder:42069 }