From 6678fe3217d82da7297215c4de369235e3d4d05d Mon Sep 17 00:00:00 2001 From: eal Date: Tue, 16 Jan 2018 15:48:27 +0200 Subject: [PATCH] Add a Caddyfile. --- installation/Caddyfile | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 installation/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 + } +}