Merge branch 'mastofe-5edce2030238293463c041537da4aaeea5cb3875' into 'develop'
[akkoma] / installation / Caddyfile
1 instance.example.com { # Your instance's domain
2 proxy / localhost:4000 {
3 websocket
4 }
5 }