evoacme: fix module detection in apache config

This commit is contained in:
Victor LABORIE 2018-06-20 11:06:46 +02:00
parent 045492be85
commit 9f34db8f9a
2 changed files with 3 additions and 2 deletions

View file

@ -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

View file

@ -1,7 +1,7 @@
<IfModule jk>
<IfModule jk_module>
SetEnvIf Request_URI "/.well-known/acme-challenge/*" no-jk
</IfModule>
<IfModule proxy>
<IfModule proxy_module>
ProxyPass /.well-known/acme-challenge/ !
</IfModule>
Alias /.well-known/acme-challenge {{ evoacme_acme_dir }}/.well-known/acme-challenge