Ошибка рестарта nginx после обновления Ubuntu до 11.04: could not build the proxy_headers_hash, you should increase either proxy_headers_hash_max_size: 512 or proxy_headers_hash_bucket_size: 64 configuration file /etc/nginx/nginx.conf test failed
При рестарте nginx выдает ошибку:
Restarting nginx: [emerg]: could not build the proxy_headers_hash, you should increase either proxy_headers_hash_max_size: 512 or proxy_headers_hash_bucket_size: 64
configuration file /etc/nginx/nginx.conf test failed
Автор: tigor
03.05.2011 08:32
Ответов 1
Ответы
В /etc/nginx/nginx.conf добавил:
proxy_headers_hash_max_size 51200;
proxy_headers_hash_bucket_size 6400;
- Автор: tigor
- 03.05.2011 08:34
FAQStorage.com