I\'m in the process of setting up a new server. The http-Server of my choice is NGINX. I want to add the domain audi-freunde-einbeck.de
as a virtual host. I alr
/etc/nginx/nginx.conf
with write privilegesserver_names_hash_bucket_size 64;
sudo service nginx restart
If the error still persists:
server_names_hash_bucket_size
in steps 128, 256, 512, and so on (increasing by a power of 2 each time). eg. server_names_hash_bucket_size 128;