[puppet] Drop any parameter passed while redirecting



commit 3b6a3c7fd44f8474e4bcadf94fd818454dcb701e
Author: Andrea Veri <averi redhat com>
Date:   Wed Apr 3 15:36:46 2019 +0200

    Drop any parameter passed while redirecting

 modules/haproxy/templates/ssl.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/modules/haproxy/templates/ssl.conf b/modules/haproxy/templates/ssl.conf
index d542d9c1..1183b757 100644
--- a/modules/haproxy/templates/ssl.conf
+++ b/modules/haproxy/templates/ssl.conf
@@ -421,7 +421,7 @@ SetEnvIf User-Agent ".*MSIE.*" \
     RewriteEngine On
     RewriteCond %{HTTPS} on
     RewriteCond %{REQUEST_URI} !/.well-known/acme-challenge
-    RewriteRule ^(.*)$ https://gitlab.gnome.org/Infrastructure/puppet [R=302,L]
+    RewriteRule ^(.*)$ https://gitlab.gnome.org/Infrastructure/puppet? [R=302,L]
 
     <LocationMatch "^/.well-known/acme-challenge">
       RedirectMatch ^(.*) https://letsencrypt.gnome.org$1


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