[redirects-web] Modify the header before it attempts forwarding the request via proxypass



commit d845594855cc864305ae2b3a9ec3ca05dee1fed6
Author: Andrea Veri <averi redhat com>
Date:   Wed Feb 19 16:49:30 2020 +0100

    Modify the header before it attempts forwarding the request via proxypass

 app_data/httpd-cfg/gtk.org.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/app_data/httpd-cfg/gtk.org.conf b/app_data/httpd-cfg/gtk.org.conf
index 7236108..0bbdcec 100644
--- a/app_data/httpd-cfg/gtk.org.conf
+++ b/app_data/httpd-cfg/gtk.org.conf
@@ -6,7 +6,7 @@
     SSLProxyCheckPeerCN on 
     SSLProxyCheckPeerExpire on
 
-    Header set Host "infrastructure.pages.gitlab.gnome.org"
+    RequestHeader set Host "infrastructure.pages.gitlab.gnome.org"
     ProxyPreserveHost Off
     ProxyPass / https://infrastructure.pages.gitlab.gnome.org/gtk-web/ retry=0
     ProxyPass /.well-known/acme-challenge !


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