fix order args

This commit is contained in:
Brad Warren 2018-01-16 18:46:44 -08:00
parent 0e95baf8a4
commit 6c14d88068

View file

@ -14,7 +14,7 @@ class ApacheHttp01(common.TLSSNI01):
RewriteRule ^/\.well-known/acme-challenge/([A-Za-z0-9-_=]+)$ {0}/$1 [L,S=9999]
<Directory {0}>
Order allow deny
Order Allow,Deny
Allow from all
</Directory>
"""