mirror of
https://github.com/jtomchak/akkoma.git
synced 2025-01-18 21:56:04 +01:00
5 lines
97 B
Caddyfile
5 lines
97 B
Caddyfile
instance.example.com { # Your instance's domain
|
|
proxy / localhost:4000 {
|
|
websocket
|
|
}
|
|
}
|