Skip to content

Commit

Permalink
Fix endless 5xx responses leading to pages (#5392)
Browse files Browse the repository at this point in the history
  • Loading branch information
segiddins authored Jan 16, 2025
1 parent cecf79b commit 680b620
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/deploy/nginx-configmap.yaml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ data:
worker_connections 5120;
}
http {
# Ensure buffer is large enough to contend with a redirect to a URL that is at the request line length limit
proxy_buffers 4 16k;
proxy_buffer_size 16k;

server {
listen 80;
server_name _;
Expand Down

0 comments on commit 680b620

Please sign in to comment.