From 74dc0e1a7e22d027ac11ca21df4804414359f7aa Mon Sep 17 00:00:00 2001 From: Scott Idem Date: Fri, 29 Mar 2024 18:31:52 -0400 Subject: [PATCH] No more white API container --- conf/nginx/site-enabled_aether_fastapi_gunicorn.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/nginx/site-enabled_aether_fastapi_gunicorn.conf b/conf/nginx/site-enabled_aether_fastapi_gunicorn.conf index 3c0fb72..3b716d8 100644 --- a/conf/nginx/site-enabled_aether_fastapi_gunicorn.conf +++ b/conf/nginx/site-enabled_aether_fastapi_gunicorn.conf @@ -168,7 +168,7 @@ upstream fastapi_backend { server aether_api_gunicorn_green:5005 weight=20 max_fails=2 fail_timeout=30s; server aether_api_gunicorn_blue:5005 weight=20 max_fails=2 fail_timeout=30s; server aether_api_gunicorn_black:5005 weight=20 max_fails=2 fail_timeout=30s; - server aether_api_gunicorn_white:5005 weight=20 max_fails=2 fail_timeout=30s; + # server aether_api_gunicorn_white:5005 weight=20 max_fails=2 fail_timeout=30s; # maintain up to 20 idle connections to the group of upstream servers # keepalive 20;