This commit is contained in:
Xialijun
2025-02-24 06:13:37 -06:00
committed by GitHub
3 changed files with 17 additions and 1 deletions

View File

@ -12,6 +12,9 @@
#listen [::]:443;
{% endif %}
{% endif %}
{% for listen_port in listen_ports %}
listen listen_port;
{% endfor %}
server_name {{ domain_names | join: " " }};
{% if http2_support == 1 or http2_support == true %}
http2 on;