Enabling "http2 on" for all the sites.

This commit is contained in:
Scott Idem
2024-03-30 18:54:41 -04:00
parent 653f55b64d
commit 648224add7
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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