Не запускается nginx Starting nginx: nginx: [emerg] could not build the server_names_hash

Если при попытке запуска nginx на Linux сервере у вас возникает ошибка – Starting nginx: nginx: [emerg] could not build the server_names_hash, скорее всего проблема:
отредактируем файл nginx.conf и добавим в блок http:
server_names_hash_bucket_size  64;
После этого можно запустить nginx.
Есть проблемы с настройкой сервера nginx? Обращайтесь – office@itfb.com.ua

Комментарии

Leave a Reply

Your email address will not be published. Required fields are marked *