forked from AkkomaGang/akkoma
Merge branch 'feature/caddyfile' into 'develop'
Add a Caddyfile. See merge request pleroma/pleroma!50
This commit is contained in:
commit
189e9d63bc
1 changed files with 5 additions and 0 deletions
5
installation/Caddyfile
Normal file
5
installation/Caddyfile
Normal file
|
@ -0,0 +1,5 @@
|
|||
instance.example.com { # Your instance's domain
|
||||
proxy / localhost:4000 {
|
||||
websocket
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue