From ad5d2a685de059a25ca380726b8e6fef9b9e4477 Mon Sep 17 00:00:00 2001 From: Neil Date: Mon, 11 Jan 2016 13:18:26 +0800 Subject: [PATCH] fix Apache 2.4 compatibility --- le.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/le.sh b/le.sh index 26cd51ed..d2c15e2f 100755 --- a/le.sh +++ b/le.sh @@ -1,5 +1,5 @@ #!/bin/bash -VER=1.0.2 +VER=1.0.3 PROJECT="https://github.com/Neilpang/le" DEFAULT_CA="https://acme-v01.api.letsencrypt.org" @@ -319,8 +319,7 @@ _setApache() { Alias /.well-known/acme-challenge $ACME_DIR -Order allow,deny -Allow from all +Require all granted " >> $httpdconf