[redirects-web] Place it outside the vhost



commit 50b0dedc5bdf01a1f7720468fadb96fbca04aca7
Author: Andrea Veri <averi redhat com>
Date:   Mon Jan 10 17:52:07 2022 +0100

    Place it outside the vhost

 app_data/httpd-cfg/build.gimp.org.conf | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/app_data/httpd-cfg/build.gimp.org.conf b/app_data/httpd-cfg/build.gimp.org.conf
index 455d07a..39dcd4b 100644
--- a/app_data/httpd-cfg/build.gimp.org.conf
+++ b/app_data/httpd-cfg/build.gimp.org.conf
@@ -2,8 +2,8 @@
     ServerName build.gimp.org
 
        RedirectPermanent / https://gitlab.gnome.org/GNOME/gimp/-/pipelines
-
-    <LocationMatch "^/.well-known/acme-challenge">
-      RedirectMatch ^(.*) https://letsencrypt.gnome.org$1
-    </LocationMatch
 </VirtualHost>
+
+<LocationMatch "^/.well-known/acme-challenge">
+  RedirectMatch ^(.*) https://letsencrypt.gnome.org$1
+</LocationMatch


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