commit 5669ed774152e5a91291e63eb8f798c6f4558fa1
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Sat Apr 14 11:25:49 2018 +0200
Avoid acme-challenge on proxypass
.../templates/reversepassproxy.id.conf | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/roles/httpd/reverseproxy/templates/reversepassproxy.id.conf
b/roles/httpd/reverseproxy/templates/reversepassproxy.id.conf
index f069804..54ab01c 100644
--- a/roles/httpd/reverseproxy/templates/reversepassproxy.id.conf
+++ b/roles/httpd/reverseproxy/templates/reversepassproxy.id.conf
@@ -45,6 +45,7 @@ RewriteRule ^(.+) - [PT]
</Location>
+ProxyPass /.well-known/acme-challenge/ !
ProxyPass {{localpath}} {{proxyurl}}{{remotepath}}
ProxyPassReverse {{localpath}} {{proxyurl}}{{remotepath}}