Fix nginx map size

This commit is contained in:
Albert Armea 2026-03-21 20:10:54 +00:00
parent 6e6c958588
commit e77090478b

View file

@ -25,6 +25,9 @@ http {
tcp_nopush on; tcp_nopush on;
keepalive_timeout 65; keepalive_timeout 65;
# Required when map values contain long encoded strings (status:body)
map_hash_bucket_size 128;
# ── GeoIP2 database ─────────────────────────────────────────────────────── # ── GeoIP2 database ───────────────────────────────────────────────────────
# on_unavailable lets nginx start even if the .mmdb file doesn't exist yet # on_unavailable lets nginx start even if the .mmdb file doesn't exist yet
# (e.g. first boot before geoipupdate has run). All GeoIP variables default # (e.g. first boot before geoipupdate has run). All GeoIP variables default