[redirects-web/proxy] Add missing trailing slash



commit 1e4343905ea57eb95a7b91c12f6d7cdb316cfb4c
Author: Bartłomiej Piotrowski <bpiotrowski gnome org>
Date:   Tue Nov 10 13:43:08 2020 +0100

    Add missing trailing slash

 conf.d/circle.gnome.org.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/conf.d/circle.gnome.org.conf b/conf.d/circle.gnome.org.conf
index 62ce31d..a02efdd 100644
--- a/conf.d/circle.gnome.org.conf
+++ b/conf.d/circle.gnome.org.conf
@@ -5,6 +5,6 @@ server {
 
     location / {
         proxy_set_header Host teams.pages.gitlab.gnome.org;
-        proxy_pass https://teams.pages.gitlab.gnome.org:443/Circle;
+        proxy_pass https://teams.pages.gitlab.gnome.org:443/Circle/;
     }
 }


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