mirror of
https://akkoma.dev/AkkomaGang/akkoma.git
synced 2024-12-23 09:44:52 +00:00
Add a Caddyfile.
This commit is contained in:
parent
80f6ac412a
commit
6678fe3217
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