Caching /objects/ URLs breaks them in Mastoweb as they don't redirect to the /notice/
[akkoma] / installation / Caddyfile
1 instance.example.com { # Your instance's domain
2 proxy / localhost:4000 {
3 websocket
4 }
5 }