You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(router): support customized server_names_hash_bucket_size setting
Long domain names have trouble with the default settings for
server_names_hash_bucket_size and server_names_hash_max_size. This
commit makes these settings configurable based on etcd keys.
See http://nginx.org/en/docs/http/server_names.html for details
on these settings.
0 commit comments