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