Fixed a bug where the Require parameter would be on the same line as location
- This is then ignored by Apache
This commit is contained in:
parent
2320295d09
commit
9b8932b267
@ -108,7 +108,7 @@
|
||||
} %}
|
||||
|
||||
<Location "{{ path }}">
|
||||
{%- if apache.use_require %}
|
||||
{% if apache.use_require %}
|
||||
{%- if lvals.get('Require') != False %}Require {{lvals.Require}}{% endif %}
|
||||
{% else %}
|
||||
{%- if lvals.get('Order') != False %}Order {{ lvals.Order }}{% endif %}
|
||||
|
Loading…
Reference in New Issue
Block a user