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 }