From: Elan Ruusamäe Date: Sat, 14 May 2016 17:19:19 +0000 (+0300) Subject: Update wellknown.md X-Git-Tag: v0.2.0~3^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F201%2Fhead;p=thirdparty%2Fdehydrated.git Update wellknown.md apache config that would work for 1.3, 2.0, 2.2 and 2.4 --- diff --git a/docs/wellknown.md b/docs/wellknown.md index 9d6cfde..9833cea 100644 --- a/docs/wellknown.md +++ b/docs/wellknown.md @@ -30,7 +30,15 @@ Alias /.well-known/acme-challenge /var/www/letsencrypt Options None AllowOverride None - Order allow,deny - Allow from all + + # Apache 2.x + + Order allow,deny + Allow from all + + # Apache 2.4 + + Require all granted + ```