From: eal Date: Tue, 16 Jan 2018 13:48:27 +0000 (+0200) Subject: Add a Caddyfile. X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=6678fe3217d82da7297215c4de369235e3d4d05d;p=akkoma Add a Caddyfile. --- diff --git a/installation/Caddyfile b/installation/Caddyfile new file mode 100644 index 000000000..08d5e6169 --- /dev/null +++ b/installation/Caddyfile @@ -0,0 +1,5 @@ +instance.example.com { # Your instance's domain + proxy / localhost:4000 { + websocket + } +}