mirror of
https://git.pleroma.social/pleroma/pleroma.git
synced 2024-11-20 08:30:59 +00:00
6 lines
97 B
Caddyfile
6 lines
97 B
Caddyfile
|
instance.example.com { # Your instance's domain
|
||
|
proxy / localhost:4000 {
|
||
|
websocket
|
||
|
}
|
||
|
}
|