From 9f34db8f9a17a3ffd1fd39f14e5c7db3a70a9560 Mon Sep 17 00:00:00 2001 From: Victor LABORIE Date: Wed, 20 Jun 2018 11:06:46 +0200 Subject: [PATCH] evoacme: fix module detection in apache config --- CHANGELOG.md | 1 + evoacme/templates/apache.conf.j2 | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 54cc1cec..fbe93c88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -31,6 +31,7 @@ The **patch** part changes incrementally at each release. ### Fixed * mysql-oracle: fix configuration directory variable * php: fpm slowlog needs an absolute path +* evoacme: fix module detection in apache config ### Security diff --git a/evoacme/templates/apache.conf.j2 b/evoacme/templates/apache.conf.j2 index 014c4d3f..f0527728 100644 --- a/evoacme/templates/apache.conf.j2 +++ b/evoacme/templates/apache.conf.j2 @@ -1,7 +1,7 @@ - + SetEnvIf Request_URI "/.well-known/acme-challenge/*" no-jk - + ProxyPass /.well-known/acme-challenge/ ! Alias /.well-known/acme-challenge {{ evoacme_acme_dir }}/.well-known/acme-challenge