mirror of
https://github.com/certbot/certbot.git
synced 2026-03-01 12:50:24 -05:00
Increase server_names_hash_bucket_size in nginx test config.
This commit is contained in:
parent
283ccbfc45
commit
8a01e094c5
1 changed files with 1 additions and 0 deletions
|
|
@ -20,6 +20,7 @@ events {
|
|||
}
|
||||
|
||||
http {
|
||||
server_names_hash_bucket_size 2048;
|
||||
# Set an array of temp and cache file options that will otherwise default to
|
||||
# restricted locations accessible only to root.
|
||||
client_body_temp_path $root/client_body;
|
||||
|
|
|
|||
Loading…
Reference in a new issue