mirror of
https://akkoma.dev/AkkomaGang/akkoma.git
synced 2024-11-10 03:17:51 +00:00
5 lines
97 B
Caddyfile
5 lines
97 B
Caddyfile
instance.example.com { # Your instance's domain
|
|
proxy / localhost:4000 {
|
|
websocket
|
|
}
|
|
}
|