[redirects-web/proxy] Drop trailing slash



commit 3520d8a2559ef5e64683878b1afd43bd18241106
Author: Andrea Veri <averi redhat com>
Date:   Tue Feb 1 17:46:38 2022 +0100

    Drop trailing slash

 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 762b3b5..2fd1f9e 100644
--- a/conf.d/ceph-dashboard.gnome.org.conf
+++ b/conf.d/ceph-dashboard.gnome.org.conf
@@ -14,7 +14,7 @@ server {
         proxy_set_header Host $host;
         proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
         proxy_set_header X-Forwarded-Host $host;
-        proxy_pass https://ceph_dashboard/;
+        proxy_pass https://ceph_dashboard;
         proxy_redirect off;
     }
 }


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