File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -189,6 +189,7 @@ nginx_config: # Config for render the template to generate n
189189 # Please resize when the `error.log` prompts that the data is full.
190190 # NOTE: Restart APISIX to take effect.
191191 standalone-config: 10m
192+ upstream-healthcheck: 10m
192193
193194 stream:
194195 enable_access_log: false # Enable stream proxy access logging.
@@ -202,7 +203,6 @@ nginx_config: # Config for render the template to generate n
202203 plugin-limit-conn-stream: 10m
203204 worker-events-stream: 10m
204205 tars-stream: 1m
205- upstream-healthcheck-stream: 10m
206206
207207 # Add other custom Nginx configurations.
208208 # Users are responsible for validating the custom configurations
@@ -283,7 +283,6 @@ nginx_config: # Config for render the template to generate n
283283 plugin-limit-count: 10m
284284 prometheus-metrics: 10m # In production, less than 50m is recommended
285285 plugin-limit-conn: 10m
286- upstream-healthcheck: 10m
287286 worker-events: 10m
288287 lrucache-lock: 10m
289288 balancer-ewma: 10m
You can’t perform that action at this time.
0 commit comments