mirror of
https://akkoma.dev/AkkomaGang/akkoma.git
synced 2025-01-01 05:05:49 +00:00
6 lines
97 B
Caddyfile
6 lines
97 B
Caddyfile
|
instance.example.com { # Your instance's domain
|
||
|
proxy / localhost:4000 {
|
||
|
websocket
|
||
|
}
|
||
|
}
|