akkoma/installation/Caddyfile
2018-01-16 15:48:27 +02:00

6 lines
97 B
Caddyfile

instance.example.com { # Your instance's domain
proxy / localhost:4000 {
websocket
}
}