[redirects-web/proxy] Drop /stable from the /hig (https://gitlab.gnome.org/Infrastructure/Infrastructure/-/issues/629)



commit 18bd177c8d95d7f50901931927526a929bc208fd
Author: Andrea Veri <averi redhat com>
Date:   Tue Aug 3 12:28:08 2021 +0200

    Drop /stable from the /hig (https://gitlab.gnome.org/Infrastructure/Infrastructure/-/issues/629)

 conf.d/developer.gnome.org.conf | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/conf.d/developer.gnome.org.conf b/conf.d/developer.gnome.org.conf
index fbc9e57..468498f 100644
--- a/conf.d/developer.gnome.org.conf
+++ b/conf.d/developer.gnome.org.conf
@@ -271,11 +271,11 @@ server {
         proxy_pass https://teams.pages.gitlab.gnome.org/documentation/developer-www;
     }
 
-    location /hig/stable {
+    location /hig {
         proxy_set_header Host teams.pages.gitlab.gnome.org;
         proxy_set_header X-Forwarded-Host "";
 
-        proxy_redirect //teams.pages.gitlab.gnome.org/Design/hig-www/ 
https://developer.gnome.org/hig/stable/;
+        proxy_redirect //teams.pages.gitlab.gnome.org/Design/hig-www/ https://developer.gnome.org/hig/;
         proxy_pass https://teams.pages.gitlab.gnome.org/Design/hig-www;
     }
 }


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