fix: Add cache headers to Ponder GraphQL proxy in Caddy (#447)

This commit is contained in:
openhands 2026-03-06 02:30:56 +00:00
parent b711860152
commit 1abe51b348

View file

@ -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
}