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:
parent
9ce1e00ea5
commit
64bd0b8f0b
1 changed files with 2 additions and 1 deletions
|
|
@ -79,8 +79,9 @@ in
|
||||||
recommendedOptimisation = true;
|
recommendedOptimisation = true;
|
||||||
recommendedGzipSettings = true;
|
recommendedGzipSettings = true;
|
||||||
|
|
||||||
# File-based access log for fail2ban
|
# File-based access log for fail2ban + fix proxy_headers_hash warning
|
||||||
appendHttpConfig = ''
|
appendHttpConfig = ''
|
||||||
|
proxy_headers_hash_max_size 1024;
|
||||||
access_log /var/log/nginx/access.log;
|
access_log /var/log/nginx/access.log;
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue