[redirects-web/proxy] Don't rewrite Location



commit 8584ef6f763e8c732c398a102be1a1ae1d6f27c9
Author: Andrea Veri <averi redhat com>
Date:   Tue Feb 1 17:17:19 2022 +0100

    Don't rewrite Location

 conf.d/ceph-dashboard.gnome.org.conf | 1 +
 conf.d/splunk.gnome.org.conf         | 1 +
 2 files changed, 2 insertions(+)
---
diff --git a/conf.d/ceph-dashboard.gnome.org.conf b/conf.d/ceph-dashboard.gnome.org.conf
index 059f281..78beb01 100644
--- a/conf.d/ceph-dashboard.gnome.org.conf
+++ b/conf.d/ceph-dashboard.gnome.org.conf
@@ -13,5 +13,6 @@ server {
         proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
         proxy_set_header X-Forwarded-Host $host;
         proxy_pass https://ceph_dashboard;
+        proxy_redirect off;
     }
 }
diff --git a/conf.d/splunk.gnome.org.conf b/conf.d/splunk.gnome.org.conf
index cfb8b20..9056ec8 100644
--- a/conf.d/splunk.gnome.org.conf
+++ b/conf.d/splunk.gnome.org.conf
@@ -7,5 +7,6 @@ server {
         proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
         proxy_set_header X-Forwarded-Host $host;
         proxy_pass http://vpn.splunk01.gnome.org:8000;
+        proxy_redirect off;
     }
 }


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