This commit is contained in:
Xialijun
2024-10-17 01:55:35 +00:00
committed by GitHub
3 changed files with 17 additions and 1 deletions

View File

@@ -12,4 +12,7 @@
#listen [::]:443;
{% endif %}
{% endif %}
{% for listen_port in listen_ports %}
listen listen_port;
{% endfor %}
server_name {{ domain_names | join: " " }};