tjcsl / ion

TJ Intranet 3
https://ion.tjhsst.edu
GNU General Public License v2.0
99 stars 91 forks source link

Check nginx max cookie/header length #304

Closed jwoglom closed 5 years ago

jwoglom commented 8 years ago

Eighthoffice kicked out with nginx "400 Bad Request - Request Header Or Cookie Too Large" after unscheduling blocks for activity

pefoley2 commented 8 years ago

I believe this has been resolved.

jwoglom commented 8 years ago

Was something changed in the nginx config?

On Fri, Mar 25, 2016, 2:00 PM Peter Foley notifications@github.com wrote:

I believe this has been resolved.

— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub https://github.com/tjcsl/ion/issues/304#issuecomment-201392006

pefoley2 commented 8 years ago

Yup, large_client_header_buffers 4 2k;

pefoley2 commented 8 years ago

It looks like that's actually less than the default though...

theo-o commented 5 years ago

This seems to be resolved.