From f5943f4a599d2eacc0b8786039476445a406e330 Mon Sep 17 00:00:00 2001 From: lambda Date: Thu, 5 Apr 2018 11:15:02 +0000 Subject: [PATCH] Delete Caddyfile It doesn't work correctly. --- installation/Caddyfile | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 installation/Caddyfile 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 - } -}