Minor Fixes; Multi-Arch.
This commit is contained in:
parent
af3529a373
commit
44f8d2756f
7 changed files with 65 additions and 11 deletions
|
|
@ -1,5 +1,5 @@
|
|||
{% if "ssl_cert" in o %}
|
||||
bind *:{{ o["port"] }} ssl crt {{ o["ssl_cert"] }}
|
||||
bind *:{{ o["port"] }} ssl crt {{ o["ssl_cert"] }}
|
||||
{% elif "h2" in o and o["h2"] %}
|
||||
bind *:{{ o["port"] }} proto h2
|
||||
option http-use-htx
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue