Tag: nginx

  • Upload Error: client intended to send too large body

    If you are using Nginx and are unable to upload files exceeding 1MB or so (most common) and get your error log shows “client intended to send too large body”, then here is the fix. Edit your Nginx configuration file (which on Debian/Ubuntu will be found at /etc/nginx/nginx.conf) and edit the setting for client_max_body_size to something…

  • Nginx-1.5.6 with ngx_pagespeed (Google Pagespeed module) and ngx_cache_purge

    Nginx-1.5.6 with ngx_pagespeed (Google Pagespeed module) and ngx_cache_purge

    So I got tired of fiddling around with repositories offering builds that compiled ngx_pagespeed with Nginx. I was getting a lot of errors, was using older versions of Nginx and was not able to make the dotdeb repository work. I was wary of compiling, because I’m a creature of habit, and I like my Nginx…

  • Nginx: upstream timed out (110: Connection timed out)

    Error 110: Connection timed out while reading response header from upstream Sometimes a Nginx web server seems to load pages with php code with a lot of xml parsing really slowly. Often it doesn’t load or connection times out. This will be seen more on pages where the php code parses through large xml files…