Article

  • 9 years

    9 years

    YetiShare / Core

    6022

Nginx - "414 Request-URI Too Large" errors on some pages

Problem

When using Nginx, some pages produce a "414 Request-URI Too Large".

Fix

In your server nginx.conf config file (sometimes in /etc/nginx/nginx.conf), ensure the http section has this:

large_client_header_buffers 4 8k;
Save and restart Nginx:

service nginx restart