Compare commits

...

1 Commits

Author SHA1 Message Date
braginini
d59b810bfa Add reverse proxy retention fields to combined YAML 2026-04-20 18:46:44 +02:00

View File

@@ -119,6 +119,8 @@ server:
# Reverse proxy settings (optional) # Reverse proxy settings (optional)
# reverseProxy: # reverseProxy:
# trustedHTTPProxies: [] # trustedHTTPProxies: [] # CIDRs of trusted reverse proxies (e.g. ["10.0.0.0/8"])
# trustedHTTPProxiesCount: 0 # trustedHTTPProxiesCount: 0 # Number of trusted proxies in front of the server (alternative to trustedHTTPProxies)
# trustedPeers: [] # 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)