From 26da0d1a0bc0707e9dc361269c499c4e86dceb2f Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Tue, 17 Jul 2018 00:12:39 +0000 Subject: [PATCH] For all proxied sites, all acme traffic will go to certgetter Signed-off-by: Patrick Uiterwijk --- roles/httpd/website/templates/website.conf | 2 -- 1 file changed, 2 deletions(-) diff --git a/roles/httpd/website/templates/website.conf b/roles/httpd/website/templates/website.conf index 883d0cbfca..a359d46132 100644 --- a/roles/httpd/website/templates/website.conf +++ b/roles/httpd/website/templates/website.conf @@ -12,9 +12,7 @@ SetOutputFilter DEFLATE {% endif %} -{% if certbot %} ProxyPass "/.well-known/acme-challenge" "http://certgetter01/.well-known/acme-challenge" -{% endif %} {% if site_name == "fedoraproject.org" %} Include "conf.d/fedoraproject.org/expires.conf"