mirror of
https://github.com/aarmea/fahrengit-451.git
synced 2026-03-22 00:54:19 +00:00
Fix nginx map size
This commit is contained in:
parent
6e6c958588
commit
e77090478b
1 changed files with 3 additions and 0 deletions
|
|
@ -25,6 +25,9 @@ http {
|
|||
tcp_nopush on;
|
||||
keepalive_timeout 65;
|
||||
|
||||
# Required when map values contain long encoded strings (status:body)
|
||||
map_hash_bucket_size 128;
|
||||
|
||||
# ── GeoIP2 database ───────────────────────────────────────────────────────
|
||||
# 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
|
||||
|
|
|
|||
Loading…
Reference in a new issue