[redirects-web/proxy] Higher in the list of rules



commit bd6ac236f4a884b74ac48c958cef1a57dd0c920f
Author: Andrea Veri <averi redhat com>
Date:   Fri Jul 30 14:44:12 2021 +0200

    Higher in the list of rules

 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 365974c..fa19c3a 100644
--- a/conf.d/developer.gnome.org.conf
+++ b/conf.d/developer.gnome.org.conf
@@ -7,10 +7,10 @@ server {
         proxy_set_header Host teams.pages.gitlab.gnome.org;
         proxy_set_header X-Forwarded-Host "";
 
+        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/;
-
-        rewrite ^/platform-overview/unstable$ /documentation/introduction.html last; 
     }
 
     location /guides/ {


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