[redirects-web/proxy] Missed ;



commit 9cfca9dbc8622404d24fcc34cdd7c9ed2e924c5a
Author: Andrea Veri <averi redhat com>
Date:   Tue Feb 1 17:11:39 2022 +0100

    Missed ;

 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 3c0c284..059f281 100644
--- a/conf.d/ceph-dashboard.gnome.org.conf
+++ b/conf.d/ceph-dashboard.gnome.org.conf
@@ -9,7 +9,7 @@ server {
     server_name ceph-dashboard.gnome.org;
 
     location / {
-        proxy_set_header Host "ceph-dashboard.gnome.org"
+        proxy_set_header Host "ceph-dashboard.gnome.org";
         proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
         proxy_set_header X-Forwarded-Host $host;
         proxy_pass https://ceph_dashboard;


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