From 542d779be2bf074cddb4ee55050f7b023acc8582 Mon Sep 17 00:00:00 2001 From: Salt Date: Sat, 18 Sep 2021 07:47:10 -0500 Subject: [PATCH] Add http2 to default listen args --- roles/ingress/defaults/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/ingress/defaults/main.yml b/roles/ingress/defaults/main.yml index e84540a..d7bbf09 100644 --- a/roles/ingress/defaults/main.yml +++ b/roles/ingress/defaults/main.yml @@ -21,7 +21,7 @@ ingress_container_networks: ingress_container_certbot_email: rehashedsalt@cock.li # General Nginx configuration -ingress_listen_args: "443 ssl" +ingress_listen_args: "443 http2 ssl" ingress_resolver: 8.8.8.8 # This non-obvious setting controls whether directives for certificates will be added to hosts # Set to "no" if you do not plan on terminating TLS at the ingress controller, like when using