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
I tried the new nginx script for installing the service today and found an error: could not build server_names_hash, you should increase server_names_hash_bucket_size
I fixed this by uncomenting the server_names_hash_bucket_size parameter in /etc/nginx/nginx.conf
It is set to 64 by default.
I think it would be a good option not to edit the default nginx configuration, but to track the size of the domain entered by the user and ask him to manually edit the file in his system.
The text was updated successfully, but these errors were encountered:
I tried the new nginx script for installing the service today and found an error:
could not build server_names_hash, you should increase server_names_hash_bucket_size
I fixed this by uncomenting the server_names_hash_bucket_size parameter in /etc/nginx/nginx.conf
It is set to 64 by default.
I think it would be a good option not to edit the default nginx configuration, but to track the size of the domain entered by the user and ask him to manually edit the file in his system.
The text was updated successfully, but these errors were encountered: