mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-10-08 05:32:01 +00:00
Merge 4cb39fe332
into d499e2bfef
This commit is contained in:
@@ -12,4 +12,7 @@
|
||||
#listen [::]:443;
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
{% for listen_port in listen_ports %}
|
||||
listen listen_port;
|
||||
{% endfor %}
|
||||
server_name {{ domain_names | join: " " }};
|
||||
|
Reference in New Issue
Block a user