Hello
I have updated to the latest version of wordops and i see the following error message :
nginx -t
nginx: [emerg] "server_names_hash_bucket_size" directive is duplicate in /etc/nginx/conf.d/hashbucket.conf:1
nginx: configuration file /etc/nginx/nginx.conf test failed
It looks like it the config line is present in two different files :
grep -R 'server_names_hash_bucket_size'
conf.d/botblocker-nginx-settings.conf:server_names_hash_bucket_size 256;
conf.d/botblocker-nginx-settings.conf:# #server_names_hash_bucket_size 128;
conf.d/hashbucket.conf: server_names_hash_bucket_size 2048;
nginx.conf: # server_names_hash_bucket_size 64;
nginx.conf.dpkg-dist: # server_names_hash_bucket_size 64;
Is it the case for all here or it is only me.
Which one should we keep ?
Thanks