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;