Nginx Warn Log
Maxim Dounin
mdounin at mdounin.ru
Sat Dec 25 19:29:50 MSK 2010
Hello!
On Sat, Dec 25, 2010 at 09:46:14AM -0500, codetr wrote:
> I added the line [code]
> proxy_buffering off;
> [/code]
> for parkeddomain and problem seems solved.. recommended for performance
> or stability can have a different setting vhost.conf and nginx.conf
> thanks.
Switching off proxy_buffering just to suppress warning about disk
buffering is bad idea. If you want to disable disk buffering
completely - use
proxy_max_temp_file_size 0;
instead.
Maxim Dounin
More information about the nginx
mailing list