From 4fbd454389d7206b90b6758a5e2710f6e6aceed4 Mon Sep 17 00:00:00 2001 From: Tracey Jaquith Date: Wed, 6 Nov 2024 18:36:13 -0800 Subject: [PATCH] comments, re-indents, etc (nothing substantitive) --- etc/Caddyfile.ctmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/Caddyfile.ctmpl b/etc/Caddyfile.ctmpl index f7feef9..36c2fdf 100644 --- a/etc/Caddyfile.ctmpl +++ b/etc/Caddyfile.ctmpl @@ -127,7 +127,7 @@ http://{{ $hosty }} { {{- if $origin | regexMatch "^https://" -}} -{{ $origin }} { +{{- $origin }} { {{ if ne (env "ALLOWED_REMOTE_IPS") "" }} @blocked not remote_ip {{ env "ALLOWED_REMOTE_IPS" }} respond @blocked Forbidden 403