forked from AkkomaGang/akkoma
Add a Caddyfile.
This commit is contained in:
parent
80f6ac412a
commit
6678fe3217
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