updated syntax
This commit is contained in:
parent
a4d4645b96
commit
9e0f95e808
|
|
@ -137,7 +137,7 @@
|
||||||
</IfModule>
|
</IfModule>
|
||||||
<Directory />
|
<Directory />
|
||||||
<LimitExcept {% for method in APACHE_CONFIG.security.restricted_methods %}{{ method }} {% endfor %}>
|
<LimitExcept {% for method in APACHE_CONFIG.security.restricted_methods %}{{ method }} {% endfor %}>
|
||||||
deny from all
|
Require all denied
|
||||||
</LimitExcept>
|
</LimitExcept>
|
||||||
</Directory>
|
</Directory>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue