From d59b810bfa78ac98546f9ae94886e345c4f012b2 Mon Sep 17 00:00:00 2001 From: braginini Date: Mon, 20 Apr 2026 18:46:44 +0200 Subject: [PATCH] Add reverse proxy retention fields to combined YAML --- combined/config.yaml.example | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/combined/config.yaml.example b/combined/config.yaml.example index dce658d89..f8dd36151 100644 --- a/combined/config.yaml.example +++ b/combined/config.yaml.example @@ -119,6 +119,8 @@ server: # Reverse proxy settings (optional) # reverseProxy: - # trustedHTTPProxies: [] - # trustedHTTPProxiesCount: 0 - # trustedPeers: [] + # trustedHTTPProxies: [] # CIDRs of trusted reverse proxies (e.g. ["10.0.0.0/8"]) + # trustedHTTPProxiesCount: 0 # Number of trusted proxies in front of the server (alternative to trustedHTTPProxies) + # trustedPeers: [] # CIDRs of trusted peer networks (e.g. ["100.64.0.0/10"]) + # accessLogRetentionDays: 0 # Days to retain HTTP access logs (0 = keep forever) + # accessLogCleanupIntervalHours: 0 # How often to run the access-log cleanup job (0 = disabled)