diff --git a/Caddyfile b/Caddyfile index 04cfee3..06b4ef3 100644 --- a/Caddyfile +++ b/Caddyfile @@ -1,6 +1,4 @@ 192.168.50.63 { reverse_proxy localhost:5000 - tls { - on_demand - } + tls self_signed }