Hi, I seem to be having issues with adding new websites using the IP wildcard (*). I currently have 1 website which uses a dedicated IP address, and when I try to add a new website using the IP wildcard, nginx starts to complain. The vhost file of the newly created website in sites-enabled states: Is there a solution for this problem?
§1. Restart nginx server: Code: #/etc/init.d/nginx restart §2. Read or post the output of Code: #cat /etc/nginx/sites-available/example.tld.vhost.err > vhost_error.txt and post the text file here.
Any ideas what could be causing this issue? This issue is currently preventing me from using my server for client websites, so for me, it's quite urgent.
I've finally found the cause of the issue. It turns out that nginx wasn't able to start correctly because of this: Increasing the server_names_hash_bucket_size value solved the issue.