diff options
Diffstat (limited to 'installation/Caddyfile')
-rw-r--r-- | installation/Caddyfile | 5 |
1 files changed, 0 insertions, 5 deletions
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 - } -} |