[redirects-web/proxy] Remove the libsoup subpath from the redirect



commit db5713a52beca14d840726881420972b682bc557
Author: Bartłomiej Piotrowski <bpiotrowski gnome org>
Date:   Mon Sep 20 14:14:16 2021 +0200

    Remove the libsoup subpath from the redirect

 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 079b116..872b13e 100644
--- a/conf.d/developer.gnome.org.conf
+++ b/conf.d/developer.gnome.org.conf
@@ -67,8 +67,8 @@ server {
         return 301 https://docs.gtk.org/Pango/;
     }
 
-    location /libsoup {
-        return 301 https://libsoup.org$request_uri;
+    location /libsoup/ {
+        return 301 https://libsoup.org/;
     }
 
     location /platform-overview/unstable {


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