From 2911007b1f2ce507b4f2d8d6409bea0fdcd6b237 Mon Sep 17 00:00:00 2001 From: Scott Idem Date: Wed, 9 Oct 2024 14:00:32 -0400 Subject: [PATCH] Comment out extra servers --- conf/nginx/site-enabled_aether_fastapi_gunicorn.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/nginx/site-enabled_aether_fastapi_gunicorn.conf b/conf/nginx/site-enabled_aether_fastapi_gunicorn.conf index f7f644f..08e21ad 100644 --- a/conf/nginx/site-enabled_aether_fastapi_gunicorn.conf +++ b/conf/nginx/site-enabled_aether_fastapi_gunicorn.conf @@ -178,10 +178,10 @@ upstream fastapi_backend { # Development Environment # larger number will recieve more requests # Example of 20 vs 10: 20 will recieve twice as many requests as 10 - server aether_api_gunicorn:5005 weight=20 max_fails=1 fail_timeout=5s; + # server aether_api_gunicorn:5005 weight=20 max_fails=1 fail_timeout=5s; server aether_api_gunicorn_red:5005 weight=20 max_fails=1 fail_timeout=5s; server aether_api_gunicorn_green:5005 weight=20 max_fails=1 fail_timeout=5s; - server aether_api_gunicorn_blue:5005 weight=20 max_fails=1 fail_timeout=5s; + # server aether_api_gunicorn_blue:5005 weight=20 max_fails=1 fail_timeout=5s; # server aether_api_gunicorn_black:5005 weight=20 max_fails=1 fail_timeout=5s; # server aether_api_gunicorn_white:5005 weight=20 max_fails=1 fail_timeout=5s;