mirror of
https://github.com/certbot/certbot.git
synced 2026-06-03 22:08:07 -04:00
fix order args
This commit is contained in:
parent
0e95baf8a4
commit
6c14d88068
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
"""
|
||||
|
|
|
|||
Loading…
Reference in a new issue