From fc790a13779b255245ec94e0ba5c235f91c7e4ed Mon Sep 17 00:00:00 2001 From: Uncled1023 Date: Mon, 20 Dec 2021 22:54:05 -0800 Subject: [PATCH] Fixed http reverse proxy config --- configuration.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configuration.yaml b/configuration.yaml index 97b0ade..05eb733 100644 --- a/configuration.yaml +++ b/configuration.yaml @@ -47,9 +47,9 @@ config: # HTTP Web Access http: - use_x_forwared_for: true + use_x_forwarded_for: true trusted_proxies: - - 192.168.0.0/16 + - !secret reverse_proxy_ip # Checks for available updates updater: