imfreedom/k8s-cluster

Parents c3f9d8a7249e
Children 01d8411b00f0
Ignore client closed connections in nginx that's reverse proxying for reviewboard

There was a reason I needed to do this a while ago, but I don't recall what it
was and I didn't commit it back then, but it _was_ necessary.
--- a/50-reviews.imfreedom.org/reviewboard/nginx/rb.conf Wed Jan 11 18:16:49 2023 -0600
+++ b/50-reviews.imfreedom.org/reviewboard/nginx/rb.conf Wed Jan 11 18:19:36 2023 -0600
@@ -15,6 +15,7 @@
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header Host $host;
proxy_redirect off;
+ proxy_ignore_client_abort on;
}
location /media/ {