From fc033ac553fd3128454cd7d6bf4a633590aaf253 Mon Sep 17 00:00:00 2001 From: mhmdksh Date: Tue, 13 Aug 2024 17:23:34 +0300 Subject: [PATCH] fixed caddy --- Caddyfile | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) 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