Fixed
This commit is contained in:
parent
ad8aef16a2
commit
fee0126442
6 changed files with 9 additions and 10 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue