From c520316d52dd1a1cf1aca8a08aec6588c97e34e9 Mon Sep 17 00:00:00 2001 From: Dmitry Afanasyev Date: Sat, 4 Mar 2023 18:33:25 +0300 Subject: [PATCH] Caddyfile updated --- conf/Caddyfile | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/conf/Caddyfile b/conf/Caddyfile index 3836035..b59b20a 100644 --- a/conf/Caddyfile +++ b/conf/Caddyfile @@ -1,15 +1,3 @@ -{ - https_port 8080 - skip_install_trust - local_certs -} -localhost { - reverse_proxy { - to https://cells1:8080 - transport http { - tls - tls_insecure_skip_verify - } - } - tls internal +:8080 { + reverse_proxy cells1:8080 } \ No newline at end of file