Hello,
When I migrate a site, it failed, and show a error log:
[warn] 59343#59343: could not build optimal variables_hash, you should increase either variables_hash_max_size: 1024 or variables_hash_bucket_size: 64; ignoring variables_hash_bucket_size
but I noted there is a conf file:
/etc/nginx/conf.d/variables-hash.conf
variables_hash_max_size 4096;
variables_hash_bucket_size 4096;
So, 4096 setting seems not working. Is there anywhere else to set the value for variables_hash_max_size and variables_hash_bucket_size in wordops?
Thanks