1
0
mirror of https://git.pleroma.social/sjw/pleroma.git synced 2024-12-27 06:55:08 +01:00
pleroma/installation/Caddyfile
2018-01-16 15:48:27 +02:00

6 lines
97 B
Caddyfile

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