Add http2 to default listen args
This commit is contained in:
parent
a55ea64d4a
commit
542d779be2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user