Monorepo for Aesthetic.Computer aesthetic.computer
4
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: 60s cache TTL on papers PDFs in lith Caddyfile

Added Cache-Control header for *.pdf on papers.aesthetic.computer: max-age=60, must-revalidate. Prevents Cloudflare and browsers from serving stale PDFs after oven rebuilds. Caddy needs to be reloaded on the lith server for this to take effect.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

+2
+2
lith/Caddyfile
··· 5 5 :80 { 6 6 @papers host papers.aesthetic.computer papers.prompt.ac 7 7 handle @papers { 8 + @pdf path *.pdf 9 + header @pdf Cache-Control "public, max-age=60, must-revalidate" 8 10 handle /en { 9 11 rewrite * /index.html?lang=en 10 12 root * /opt/ac/system/public/papers.aesthetic.computer