Add server2
This commit is contained in:
parent
94adc23d07
commit
b247b39785
@ -81,6 +81,9 @@ ssl_certificate /etc/ssl/csr/{{ domains[0] }}-fullchain.crt;
|
||||
{% if server -%}
|
||||
{{ server | indent(4) }}
|
||||
{%- endif %}
|
||||
{% if server2 is defined -%}
|
||||
{{ server2 | indent(4) }}
|
||||
{%- endif %}
|
||||
}
|
||||
{% if redirect_to_first is defined and redirect_to_first and domains|length > 1 %}
|
||||
server {
|
||||
|
Loading…
x
Reference in New Issue
Block a user