mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-07-05 01:09:37 +00:00
Merge 4cb39fe332
into 79d28f03d0
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user