audio streaming app plyr.fm
37
fork

Configure Feed

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

docs: add note about R2 HEAD vs GET cache verification (#1279)

HEAD requests to R2 custom domains always return cf-cache-status:
DYNAMIC. Use GET to verify real cache status.

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

authored by

nate nowack
Claude Opus 4.6 (1M context)
and committed by
GitHub
61dd3639 6cc737ca

+2
+2
docs/internal/backend/configuration.md
··· 96 96 AWS_SECRET_ACCESS_KEY=your-r2-secret 97 97 ``` 98 98 99 + > **verifying CDN cache**: HEAD requests (`curl -sI`) to R2 custom domains always return `cf-cache-status: DYNAMIC` — this is expected. use GET requests to check real cache status: `curl -s -o /dev/null -D - <url> | grep cf-cache-status` 100 + 99 101 ### optional 100 102 101 103 ```bash