i am using cpanel with nginx proxy, and i get the following warning when restarting nginx
nginx[3271513]: nginx: [warn] could not build optimal server_names_hash, you should increase either server_names_hash_max_size: 1024 or server_names_hash_bucket_size: 128; ignoring server_names_hash_bucket_size
then i change server_names_hash_max_size to 16386, but after several time, the value back to 1024
whats wrong about it
nginx[3271513]: nginx: [warn] could not build optimal server_names_hash, you should increase either server_names_hash_max_size: 1024 or server_names_hash_bucket_size: 128; ignoring server_names_hash_bucket_size
then i change server_names_hash_max_size to 16386, but after several time, the value back to 1024
whats wrong about it