From 6111ce23867fa577a1d1fa183682b981bf3e665b Mon Sep 17 00:00:00 2001 From: Amin Vakil Date: Fri, 26 Sep 2025 17:53:33 +0330 Subject: [PATCH] Remove proxy_next_upstream directives --- nginx.conf | 2 -- 1 file changed, 2 deletions(-) diff --git a/nginx.conf b/nginx.conf index 94d7964d58d..95e96226c1c 100644 --- a/nginx.conf +++ b/nginx.conf @@ -41,8 +41,6 @@ http { proxy_buffer_size 128k; proxy_buffers 4 256k; proxy_busy_buffers_size 256k; - proxy_next_upstream error timeout invalid_header http_502 http_503 non_idempotent; - proxy_next_upstream_tries 2; # Docker default address pools # https://github.com/moby/libnetwork/blob/3797618f9a38372e8107d8c06f6ae199e1133ae8/ipamutils/utils.go#L10-L22