1
0
Fork 1
mirror of https://akkoma.dev/AkkomaGang/akkoma.git synced 2024-11-18 02:49:18 +00:00
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
}
}