From f152ff1f98001b31d05e6a119627b2efbafffcd7 Mon Sep 17 00:00:00 2001 From: "The repo.or.cz admin team" Date: Thu, 9 Jul 2020 19:25:02 +0200 Subject: [PATCH] acme: update script version and config Signed-off-by: The repo.or.cz admin team --- acme/get.sh | 2 +- apache.conf.in | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/acme/get.sh b/acme/get.sh index 535e6e4..4f1fb69 100755 --- a/acme/get.sh +++ b/acme/get.sh @@ -1,2 +1,2 @@ -curl https://raw.githubusercontent.com/Neilpang/acme.sh/2.7.9/acme.sh > acme.sh +curl https://raw.githubusercontent.com/acmesh-official/acme.sh/2.8.6/acme.sh > acme.sh chmod +x acme.sh diff --git a/apache.conf.in b/apache.conf.in index 42eaf41..5e25d44 100644 --- a/apache.conf.in +++ b/apache.conf.in @@ -10,6 +10,14 @@ Options None AllowOverride None ForceType text/plain + + Order allow,deny + Allow from all + Satisfy all + + = 2.3> + Require all granted + # ---- BEGIN LINES TO DUPLICATE ---- -- 2.11.4.GIT