From 6c14d880685e1d5055eda7039666a3dba8426ffc Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Tue, 16 Jan 2018 18:46:44 -0800 Subject: [PATCH] fix order args --- certbot-apache/certbot_apache/http_01.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/certbot-apache/certbot_apache/http_01.py b/certbot-apache/certbot_apache/http_01.py index 72f41f4b5..3d8391e3a 100644 --- a/certbot-apache/certbot_apache/http_01.py +++ b/certbot-apache/certbot_apache/http_01.py @@ -14,7 +14,7 @@ class ApacheHttp01(common.TLSSNI01): RewriteRule ^/\.well-known/acme-challenge/([A-Za-z0-9-_=]+)$ {0}/$1 [L,S=9999] - Order allow deny + Order Allow,Deny Allow from all """