Skip to content

Daily IT Help

My daily IT journal

Primary Navigation Menu

Menu
  • About me

itdoctor (Page 40)

nginx – upstream sent too big header while reading response header from upstream

2014-10-06
By: itdoctor
On: October 6, 2014
In: General

Modify your nginx configuration and change/set the following directives: proxy_buffer_size 128k; proxy_buffers 4 256k; proxy_busy_buffers_size 256k;Read More →

Heartbleed fix for Ubuntu

2014-09-28
By: itdoctor
On: September 28, 2014
In: General