|
|
|
|
|
|
|
|
{% if site.get('ErrorLog') != False %}ErrorLog {{ vals.ErrorLog }}{% endif %} |
|
|
{% if site.get('ErrorLog') != False %}ErrorLog {{ vals.ErrorLog }}{% endif %} |
|
|
{% if site.get('CustomLog') != False %}CustomLog {{ vals.CustomLog }} {{ vals.LogFormat }}{% endif %} |
|
|
{% if site.get('CustomLog') != False %}CustomLog {{ vals.CustomLog }} {{ vals.LogFormat }}{% endif %} |
|
|
|
|
|
|
|
|
|
|
|
{% if site.get('RedirectMatch') %} |
|
|
|
|
|
RedirectMatch {{ vals.RedirectSource }} {{ vals.RedirectTarget }} |
|
|
|
|
|
{% else %} |
|
|
Redirect {{ vals.RedirectSource }} {{ vals.RedirectTarget }} |
|
|
Redirect {{ vals.RedirectSource }} {{ vals.RedirectTarget }} |
|
|
|
|
|
|
|
|
|
|
|
{% endif %} |
|
|
|
|
|
|
|
|
{% if site.get('Formula_Append') %} |
|
|
{% if site.get('Formula_Append') %} |
|
|
{{ site.Formula_Append|indent(4) }} |
|
|
{{ site.Formula_Append|indent(4) }} |
|
|
{% endif %} |
|
|
{% endif %} |