1
0
Fork 0
mirror of https://akkoma.dev/AkkomaGang/akkoma.git synced 2025-01-24 06:38:48 +00:00
akkoma/installation/Caddyfile
2018-01-16 15:48:27 +02:00

5 lines
97 B
Caddyfile

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