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
Перейти к:навигация, поиск
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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


# 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;