1
0
Fork 1
mirror of https://akkoma.dev/AkkomaGang/akkoma.git synced 2024-11-18 02:49:18 +00:00
akkoma/installation/Caddyfile

6 lines
97 B
Caddyfile
Raw Normal View History

2018-01-16 13:48:27 +00:00
instance.example.com { # Your instance's domain
proxy / localhost:4000 {
websocket
}
}