[redirects-web/proxy] Disable absolute redirects for ceph-dashboard



commit 12ce3d4dce8d0cbf8a9fcfa1518e985d72bd41bb
Author: Bartłomiej Piotrowski <bpiotrowski gnome org>
Date:   Tue Feb 1 18:07:10 2022 +0100

    Disable absolute redirects for ceph-dashboard

 conf.d/ceph-dashboard.gnome.org.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/conf.d/ceph-dashboard.gnome.org.conf b/conf.d/ceph-dashboard.gnome.org.conf
index 2fd1f9e..c38e6e4 100644
--- a/conf.d/ceph-dashboard.gnome.org.conf
+++ b/conf.d/ceph-dashboard.gnome.org.conf
@@ -15,6 +15,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;
+        absolute_redirect off;
     }
 }


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