Nginx - proxy busy buffers size must be less than the size of all "proxy buffers" minus one buffer

Материал из Wiki - Iphoster - the best ever hosting and support. 2005 - 2023
Версия от 22:11, 28 декабря 2015; Admin iph (обсуждение | вклад) (Новая страница: «link=https://bit.ly/3tbFsd6| Самые выгодные сервера‎ в рунете # nginx -t nginx: [e...»)
(разн.) ← Предыдущая | Текущая версия (разн.) | Следующая → (разн.)
Перейти к:навигация, поиск

Самые выгодные сервера‎ в рунете


# nginx -t
nginx: [emerg] "proxy_busy_buffers_size" must be less than the size of all "proxy_buffers" minus one buffer in /usr/local/nginx/conf/nginx.conf:83
nginx: configuration file /usr/local/nginx/conf/nginx.conf test failed


Решаем:

   location / {
       proxy_buffers 8 32k;
       proxy_buffer_size 64k;