diff --git a/Caddyfile b/Caddyfile index 9bffcc5cd..f95834d22 100644 --- a/Caddyfile +++ b/Caddyfile @@ -1,10 +1,3 @@ {$MY_URL} { - route { - @allowed { - path /* - remote_ip {$IP_WHITELIST} - } - reverse_proxy @allowed qacc-be:4000 - respond 403 - } + reverse_proxy @allowed qacc-be:4000 } \ No newline at end of file