@@ -1982,6 +1982,8 @@ The following parameters are available in the `nginx::resource::location` define
19821982* [ ` proxy_pass_header ` ] ( #-nginx--resource--location--proxy_pass_header )
19831983* [ ` proxy_ignore_header ` ] ( #-nginx--resource--location--proxy_ignore_header )
19841984* [ ` proxy_next_upstream ` ] ( #-nginx--resource--location--proxy_next_upstream )
1985+ * [ ` proxy_next_upstream_tries ` ] ( #-nginx--resource--location--proxy_next_upstream_tries )
1986+ * [ ` proxy_next_upstream_timeout ` ] ( #-nginx--resource--location--proxy_next_upstream_timeout )
19851987* [ ` grpc ` ] ( #-nginx--resource--location--grpc )
19861988* [ ` fastcgi ` ] ( #-nginx--resource--location--fastcgi )
19871989* [ ` fastcgi_param ` ] ( #-nginx--resource--location--fastcgi_param )
@@ -2251,6 +2253,22 @@ Specify cases a request should be passed to the next server in the upstream.
22512253
22522254Default value: ` undef `
22532255
2256+ ##### <a name =" -nginx--resource--location--proxy_next_upstream_tries " ></a >` proxy_next_upstream_tries `
2257+
2258+ Data type: ` Optional[Integer] `
2259+
2260+ Specify the limits the number of possible tries for passing a request to the next server.
2261+
2262+ Default value: ` undef `
2263+
2264+ ##### <a name =" -nginx--resource--location--proxy_next_upstream_timeout " ></a >` proxy_next_upstream_timeout `
2265+
2266+ Data type: ` Optional[Nginx::Time] `
2267+
2268+ Specify the limits the time during which a request can be passed to the next server
2269+
2270+ Default value: ` undef `
2271+
22542272##### <a name =" -nginx--resource--location--grpc " ></a >` grpc `
22552273
22562274Data type: ` Optional[String] `
@@ -3509,6 +3527,8 @@ The following parameters are available in the `nginx::resource::server` defined
35093527* [ ` proxy_max_temp_file_size ` ] ( #-nginx--resource--server--proxy_max_temp_file_size )
35103528* [ ` proxy_busy_buffers_size ` ] ( #-nginx--resource--server--proxy_busy_buffers_size )
35113529* [ ` proxy_next_upstream ` ] ( #-nginx--resource--server--proxy_next_upstream )
3530+ * [ ` proxy_next_upstream_tries ` ] ( #-nginx--resource--server--proxy_next_upstream_tries )
3531+ * [ ` proxy_next_upstream_timeout ` ] ( #-nginx--resource--server--proxy_next_upstream_timeout )
35123532* [ ` grpc ` ] ( #-nginx--resource--server--grpc )
35133533* [ ` resolver ` ] ( #-nginx--resource--server--resolver )
35143534* [ ` fastcgi ` ] ( #-nginx--resource--server--fastcgi )
@@ -3938,6 +3958,22 @@ Specify cases a request should be passed to the next server in the upstream.
39383958
39393959Default value: ` undef `
39403960
3961+ ##### <a name =" -nginx--resource--server--proxy_next_upstream_tries " ></a >` proxy_next_upstream_tries `
3962+
3963+ Data type: ` Optional[Integer] `
3964+
3965+ Specify the limits the number of possible tries for passing a request to the next server.
3966+
3967+ Default value: ` undef `
3968+
3969+ ##### <a name =" -nginx--resource--server--proxy_next_upstream_timeout " ></a >` proxy_next_upstream_timeout `
3970+
3971+ Data type: ` Optional[Nginx::Time] `
3972+
3973+ Specify the limits the time during which a request can be passed to the next server
3974+
3975+ Default value: ` undef `
3976+
39413977##### <a name =" -nginx--resource--server--grpc " ></a >` grpc `
39423978
39433979Data type: ` Optional[String] `
0 commit comments