1
0
Fork 0
This commit is contained in:
Joao M 2022-08-17 22:04:10 +00:00
parent ad8aef16a2
commit fee0126442
6 changed files with 9 additions and 10 deletions

View file

@ -1,4 +1,4 @@
{% if "ssl_cert" in o %}
{% if "ssl" in o %}
bind *:{{ o["port"] }} ssl crt /certs/letsencrypt/ alpn http/1.1 crt /certs/haproxy/ alpn http/1.1
{% elif "h2" in o and o["h2"] %}
bind *:{{ o["port"] }} proto h2