mirror of
https://akkoma.dev/AkkomaGang/akkoma.git
synced 2024-11-17 18:49:15 +00:00
Merge branch 'feature/caddyfile' into 'develop'
Add a Caddyfile. See merge request pleroma/pleroma!50
This commit is contained in:
commit
189e9d63bc
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