Checking if this works on Linode
This commit is contained in:
@@ -71,7 +71,7 @@ server {
|
||||
server {
|
||||
listen 443 ssl;
|
||||
listen [::]:443 ssl;
|
||||
# http2 on;
|
||||
http2 on;
|
||||
|
||||
server_name
|
||||
${DOCKER_AE_API_SERVER_NAME}
|
||||
@@ -167,7 +167,7 @@ upstream fastapi_backend {
|
||||
server aether_api_gunicorn_red:5005 weight=20 max_fails=2 fail_timeout=30s;
|
||||
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_black: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
|
||||
|
||||
Reference in New Issue
Block a user