Skip to content

Commit 2333a0d

Browse files
committed
set variables_hash_bucket_size to 256
time spent: 0.16h
1 parent be21c6f commit 2333a0d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Also I don't agree with nginx microcache for every site, see known traps.
3434
So here I'm trying to put together all (my) good patterns and knowledges, and organize it as simple as possible in compare with complex examples above. So anyone will be able to copy this configs and get good nginx setup out of the box :)
3535

3636
Time track:
37-
- [Filipp Frizzy](https://github.com/Friz-zy/) 42.25h
37+
- [Filipp Frizzy](https://github.com/Friz-zy/) 42.41h
3838

3939
### Support
4040

conf.d/0-basic.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ send_timeout 15; # default is 60s
2323
keepalive_requests 400; # default is 100
2424

2525
server_names_hash_bucket_size 256; # default it 64
26+
variables_hash_bucket_size 256; # default is 64
2627

2728
open_file_cache max=10000 inactive=70s; # default is off
2829
open_file_cache_errors on; # default is off

0 commit comments

Comments
 (0)