[redirects-web] Missing LE redirect



commit 8163dcc008fb3b7f25593a1da6417cae11d1e052
Author: Andrea Veri <averi redhat com>
Date:   Mon Mar 28 23:10:42 2022 +0200

    Missing LE redirect

 app_data/httpd-cfg/guadec.org.conf | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/app_data/httpd-cfg/guadec.org.conf b/app_data/httpd-cfg/guadec.org.conf
index 86c6df7..496e655 100644
--- a/app_data/httpd-cfg/guadec.org.conf
+++ b/app_data/httpd-cfg/guadec.org.conf
@@ -4,6 +4,7 @@
 
   RewriteEngine on
   RewriteCond %{HTTP_HOST} ^www.guadec.org
+  RewriteCond %{REQUEST_URI} !/.well-known/acme-challenge
   RewriteRule /(.*) https://events.gnome.org/event/77/ [R=302,L]
 
   RewriteCond %{HTTP_HOST} ^guadec.org


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]