From b981e6694584d4caa184f49748694053b0bde04f Mon Sep 17 00:00:00 2001 From: Nikolay Amiantov Date: Wed, 22 Jan 2025 04:02:44 +0700 Subject: [PATCH] Fix --- docker/Caddyfile.ozma | 6 +++--- render.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docker/Caddyfile.ozma b/docker/Caddyfile.ozma index 74c57d28..72b58658 100644 --- a/docker/Caddyfile.ozma +++ b/docker/Caddyfile.ozma @@ -1,7 +1,7 @@ { - servers { - trusted_proxies static {$TRUSTED_PROXIES} - } + servers { + trusted_proxies static {$TRUSTED_PROXIES} + } } {$ADDRESS} { diff --git a/render.yaml b/render.yaml index a37c3c6a..0635c41f 100644 --- a/render.yaml +++ b/render.yaml @@ -26,7 +26,7 @@ services: - key: DOMAIN sync: false # Trust the Render ingress proxy - - key: TRUSTED_RANGES + - key: TRUSTED_PROXIES value: 0.0.0.0/0 - name: keycloak