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