[redirects-web/proxy] Drop the trailing slash for full REQUEST_URI pass on



commit 1128e891695e4a834d0318f88f1086aae1c86dd1
Author: Andrea Veri <averi redhat com>
Date:   Fri Jul 30 15:01:22 2021 +0200

    Drop the trailing slash for full REQUEST_URI pass on

 conf.d/developer.gnome.org.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/conf.d/developer.gnome.org.conf b/conf.d/developer.gnome.org.conf
index fa19c3a..e0a277d 100644
--- a/conf.d/developer.gnome.org.conf
+++ b/conf.d/developer.gnome.org.conf
@@ -10,7 +10,7 @@ server {
         rewrite ^/platform-overview/unstable$ /documentation/introduction.html last; 
 
         proxy_redirect //teams.pages.gitlab.gnome.org/documentation/developer-www/ 
https://developer.gnome.org/;
-        proxy_pass https://teams.pages.gitlab.gnome.org/documentation/developer-www/;
+        proxy_pass https://teams.pages.gitlab.gnome.org/documentation/developer-www;
     }
 
     location /guides/ {


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