parent
01cfdf12fb
commit
2425612a6c
1 changed files with 1 additions and 1 deletions
|
@ -18,8 +18,8 @@
|
||||||
Include "conf.d/{{ name }}/*.conf"
|
Include "conf.d/{{ name }}/*.conf"
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</VirtualHost>
|
</VirtualHost>
|
||||||
{% if ssl %}
|
|
||||||
|
|
||||||
|
{% if ssl %}
|
||||||
<VirtualHost{% for ip in ips %} {{ip}}:443{% endfor %}>
|
<VirtualHost{% for ip in ips %} {{ip}}:443{% endfor %}>
|
||||||
ServerName {{ name }}
|
ServerName {{ name }}
|
||||||
{% if server_aliases %}
|
{% if server_aliases %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue