From 908b432ac4da9a2d3817b0aa0f49d8e1eeb77f0a Mon Sep 17 00:00:00 2001 From: dado Date: Sat, 26 Jul 2025 16:07:12 +0200 Subject: [PATCH] comment snikket --- etc/caddy/Caddyfile | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/etc/caddy/Caddyfile b/etc/caddy/Caddyfile index 007f76f..2c6b0b1 100644 --- a/etc/caddy/Caddyfile +++ b/etc/caddy/Caddyfile @@ -177,18 +177,18 @@ https://molly.novemila.org { # SNIKKET -http://chat.novemila.org, -http://groups.chat.novemila.org, -http://share.chat.novemila.org { - reverse_proxy localhost:5080 -} +#http://chat.novemila.org, +#http://groups.chat.novemila.org, +#http://share.chat.novemila.org { +# reverse_proxy localhost:5080 +#} -chat.novemila.org, -groups.chat.novemila.org, -share.chat.novemila.org { - reverse_proxy https://localhost:5443 { - transport http { - tls_insecure_skip_verify - } - } -} \ No newline at end of file +#chat.novemila.org, +#groups.chat.novemila.org, +#share.chat.novemila.org { +# reverse_proxy https://localhost:5443 { +# transport http { +# tls_insecure_skip_verify +# } +# } +#} \ No newline at end of file