1
0
Fork 1
mirror of https://akkoma.dev/AkkomaGang/akkoma.git synced 2024-09-11 14:17:21 +01:00

Merge branch 'feature/caddyfile' into 'develop'

Add a Caddyfile.

See merge request pleroma/pleroma!50
This commit is contained in:
lambda 2018-01-30 08:14:07 +00:00
commit 189e9d63bc

5
installation/Caddyfile Normal file
View file

@ -0,0 +1,5 @@
instance.example.com { # Your instance's domain
proxy / localhost:4000 {
websocket
}
}