Add a Caddyfile.
authoreal <eal@waifu.club>
Tue, 16 Jan 2018 13:48:27 +0000 (15:48 +0200)
committereal <eal@waifu.club>
Tue, 16 Jan 2018 13:48:27 +0000 (15:48 +0200)
installation/Caddyfile [new file with mode: 0644]

diff --git a/installation/Caddyfile b/installation/Caddyfile
new file mode 100644 (file)
index 0000000..08d5e61
--- /dev/null
@@ -0,0 +1,5 @@
+instance.example.com  {  # Your instance's domain
+  proxy / localhost:4000 {
+    websocket
+  }
+}