Enabling "http2 on" for all the sites.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user