Fix nginx proxy_headers_hash warning from Authelia forward-auth headers

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
ediblerope 2026-04-07 17:27:23 +01:00
parent 9ce1e00ea5
commit 64bd0b8f0b

View file

@ -79,8 +79,9 @@ in
recommendedOptimisation = true;
recommendedGzipSettings = true;
# File-based access log for fail2ban
# File-based access log for fail2ban + fix proxy_headers_hash warning
appendHttpConfig = ''
proxy_headers_hash_max_size 1024;
access_log /var/log/nginx/access.log;
'';