Skip to content

Commit

Permalink
Fix variables hash table size
Browse files Browse the repository at this point in the history
  • Loading branch information
crazy-max committed Dec 3, 2018
1 parent 0b042ba commit f4e626b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions assets/tpls/etc/nginx/nginx.conf
Expand Up @@ -22,6 +22,10 @@ http {
aio threads;
sendfile on;

# Variables hash table size
variables_hash_bucket_size 64;
variables_hash_max_size 2048;

# GeoIP
geoip_country /etc/nginx/geoip/GeoIPv6-Country.dat;
geoip_city /etc/nginx/geoip/GeoIPv6-City.dat;
Expand Down

0 comments on commit f4e626b

Please sign in to comment.