[ansible] Update lookaside cache
by Nicolas Chauvet
commit dc6aed8037e34b21120a74b6a6e0de0a5899fd3f
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Mon Apr 23 19:56:05 2018 +0200
Update lookaside cache
roles/distgit/files/lookaside-upload.conf | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/roles/distgit/files/lookaside-upload.conf b/roles/distgit/files/lookaside-upload.conf
index 3fb3e34..c248f27 100644
--- a/roles/distgit/files/lookaside-upload.conf
+++ b/roles/distgit/files/lookaside-upload.conf
@@ -7,7 +7,7 @@
and %{SSL_CLIENT_S_DN_O} eq "RPM Fusion" \
and %{SSL_CLIENT_S_DN_OU} eq "Upload Files" \
and %{SSL_CLIENT_I_DN_O} eq "RPM Fusion" \
- and %{SSL_CLIENT_I_DN_OU} eq "Upload Files" )
+ and %{SSL_CLIENT_I_DN_CN} eq "RPM Fusion Users ROOT CA (2018)" )
</Directory>
<Location /repo/pkgs/upload.cgi>
@@ -25,7 +25,7 @@
and %{SSL_CLIENT_S_DN_O} eq "RPM Fusion" \
and %{SSL_CLIENT_S_DN_OU} eq "Upload Files" \
and %{SSL_CLIENT_I_DN_O} eq "RPM Fusion" \
- and %{SSL_CLIENT_I_DN_OU} eq "Upload Files" )
+ and %{SSL_CLIENT_I_DN_CN} eq "RPM Fusion Users ROOT CA (2018)" )
</Location>
6 years, 8 months
[ansible] Avoid acme-challenge on proxypass
by Nicolas Chauvet
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}}
6 years, 8 months