fix template
This commit is contained in:
parent
fc82d80ae3
commit
c7ff875c62
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@
|
||||||
AllowOverride {{ directorymatch.allow_override | default("All") }}
|
AllowOverride {{ directorymatch.allow_override | default("All") }}
|
||||||
Require {{ directorymatch.require | default("all granted") }}
|
Require {{ directorymatch.require | default("all granted") }}
|
||||||
{{ directorymatch.custom_code | default("") }}
|
{{ directorymatch.custom_code | default("") }}
|
||||||
</Directory>{% endfor %}{% endif %}
|
</DirectoryMatch>{% endfor %}{% endif %}
|
||||||
|
|
||||||
## Logging
|
## Logging
|
||||||
ErrorLog "/var/log/apache2/{{ item.vhostname }}_error_ssl.log"
|
ErrorLog "/var/log/apache2/{{ item.vhostname }}_error_ssl.log"
|
||||||
|
|
Loading…
Reference in a new issue