If you get this error in nginx : upstream sent too big header while reading response header from upstream and your upstream is a lamp server ( possibly for others too) , the problem might be that you are sending a header that is too big for the current settings of nginx . My problem [...]