zEitEr
Super Moderator
You should read nginx error logs for details in /var/log/nginx/ and check output of:
Probably you need to encrease server_names_hash_max_size or server_names_hash_bucket_size.
Code:
/etc/init.d/nginx -t
Probably you need to encrease server_names_hash_max_size or server_names_hash_bucket_size.