updated syntax

This commit is contained in:
AnsibleGuy 2022-03-19 16:34:04 +01:00
parent a4d4645b96
commit 9e0f95e808
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@
</IfModule>
<Directory />
<LimitExcept {% for method in APACHE_CONFIG.security.restricted_methods %}{{ method }} {% endfor %}>
deny from all
Require all denied
</LimitExcept>
</Directory>
{% endif %}