Skip to content

Add server_names_hash_bucket_size directive #116

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Apr 29, 2021

Conversation

fschueller
Copy link
Contributor

Proposed changes

This commit adds two new directives for configuring in nginx.conf.

For completeness, the server_names_hash_max_size directive has been added here
as well.

Please see the documentation for these directives
here.

Please let me know if there's anything that's missing/I still forgot! 🙏

Fixes #113

Checklist

Before creating a PR, run through this checklist and mark each as complete.

This commit adds two new directives to the template, as outlined in [this
issue](nginx#113).

For completeness, the `server_names_hash_max_size` directive has been added here
as well.

Please see the documentation for these directives
[here](https://nginx.org/en/docs/http/ngx_http_core_module.html#server_names_hash_bucket_size).
@alessfg alessfg added the enhancement Enhance an existing feature label Apr 28, 2021
@alessfg alessfg added this to the 0.4.0 milestone Apr 28, 2021
@alessfg
Copy link
Member

alessfg commented Apr 29, 2021

Thanks for the PR! (I moved the Changelog entry to the Enhancements section as it's not necessarily a breaking change 😄)

@alessfg alessfg merged commit a5ec950 into nginx:main Apr 29, 2021
@fschueller fschueller deleted the server-names-bucket-size-limit branch April 29, 2021 12:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Enhance an existing feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add server_names_hash_bucket_size config setting in nginx.conf template
2 participants