d
/
akkoma
1
0
Fork 0
akkoma/installation/Caddyfile

6 lines
97 B
Caddyfile

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