diff --git a/docker/app/files/nginx/templates/https/default.conf.tpl b/docker/app/files/nginx/templates/https/default.conf.tpl index 10dcab1..31e91bc 100644 --- a/docker/app/files/nginx/templates/https/default.conf.tpl +++ b/docker/app/files/nginx/templates/https/default.conf.tpl @@ -21,8 +21,9 @@ server { } server { - listen 443 default_server ssl http2; - listen [::]:443 ssl http2; + listen 443 default_server ssl; + listen [::]:443 ssl; + http2 on; server_name ${DOMAIN};