-
Notifications
You must be signed in to change notification settings - Fork 334
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
Nginx "server_names_hash_bucket_size" too small. Umbrella fails to start. #208
Comments
I see the detection logic we had in place to address this did accidentally go missing as part of the 0.10 release. Sorry about that! Interestingly, our integration test that tested this specific piece of functionality (with domains up to 110 characters long) is still passing, but I think that must stem from the somewhat fuzzy behavior of In any case, we'll definitely get this fixed for our v0.11 release. We'll aim to get that released by Monday. Due to some differences in how we load nginx config in the new architecture, we probably won't automatically detect this situation dynamically like we were before, but we'll make it so you can easily adjust this in your In the meantime, if you want a quick, temporary fix that will work until v0.11 comes out, you should be able to address this by editing the
(substituting for |
Sorry it took a bit longer to get v0.11 released, but the packages are out now: https://github.com/NREL/api-umbrella/releases/tag/v0.11.0 If you run into this error on your system (which is a bit hard for us to predict ahead of time, since nginx's value vary depending on CPU type), then you can fix this by adding this to your nginx:
server_names_hash_bucket_size: 128 Fixed in 2e28aae Hopefully this does the trick, but please let us know if you're still running into any issues with the upgrade. |
Getting error of "server_names_hash_bucket_size" being too small.
This was solved in 0.8 -> #168
but I am encountering the error after upgrading to 0.10 -> #200
The text was updated successfully, but these errors were encountered: