From 648224add7f61f51ea0accca79cf7ed8e90ff3fb Mon Sep 17 00:00:00 2001 From: Scott Idem Date: Sat, 30 Mar 2024 18:54:41 -0400 Subject: [PATCH] Enabling "http2 on" for all the sites. --- conf/nginx/site-enabled_aether_api_v5_fastapi_gunicorn.conf | 2 +- conf/nginx/site-enabled_aether_flask_gunicorn.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/nginx/site-enabled_aether_api_v5_fastapi_gunicorn.conf b/conf/nginx/site-enabled_aether_api_v5_fastapi_gunicorn.conf index 23a42b0..f8b51e0 100644 --- a/conf/nginx/site-enabled_aether_api_v5_fastapi_gunicorn.conf +++ b/conf/nginx/site-enabled_aether_api_v5_fastapi_gunicorn.conf @@ -66,7 +66,7 @@ server { server { listen 443 ssl; listen [::]:443 ssl; - # http2 on; + http2 on; server_name ${DOCKER_AE_API_V5_SERVER_NAME} v5-fastapi.localhost api-v5.localhost; # server_name diff --git a/conf/nginx/site-enabled_aether_flask_gunicorn.conf b/conf/nginx/site-enabled_aether_flask_gunicorn.conf index ea0ce4d..6581334 100644 --- a/conf/nginx/site-enabled_aether_flask_gunicorn.conf +++ b/conf/nginx/site-enabled_aether_flask_gunicorn.conf @@ -77,7 +77,7 @@ server { server { listen 443 ssl; listen [::]:443 ssl; - # http2 on; + http2 on; # The Docker nginx envsubst with templates does not work for multiple server names. # server_name