From 76ea280dd05d5ac06e68c0bb993535ade41a65ea Mon Sep 17 00:00:00 2001 From: mauvity <41933025+mauvity@users.noreply.github.com> Date: Sat, 29 Aug 2020 10:29:24 +0800 Subject: [PATCH] Updated Caddyfile to Caddy v2 --- examples/Caddyfile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/examples/Caddyfile b/examples/Caddyfile index 941b78799..d309f3330 100644 --- a/examples/Caddyfile +++ b/examples/Caddyfile @@ -1,7 +1,3 @@ droppy.your.domain { - proxy / 127.0.0.1:8989 { - websocket - transparent - } - timeouts none + reverse_proxy 127.0.0.1:8989 }