[redirects-web/proxy] Drop schema from proxy_redirect



commit 93fe33823e761c6dd3b6ae6b2bc658b38043ea62
Author: Bartłomiej Piotrowski <bpiotrowski gnome org>
Date:   Wed Jun 16 08:38:43 2021 +0200

    Drop schema from proxy_redirect

 conf.d/pitivi.org.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/conf.d/pitivi.org.conf b/conf.d/pitivi.org.conf
index 1a5daeb..4f0b151 100644
--- a/conf.d/pitivi.org.conf
+++ b/conf.d/pitivi.org.conf
@@ -6,7 +6,7 @@ server {
     location / {
         proxy_set_header Host infrastructure.pages.gitlab.gnome.org;
         proxy_set_header X-Forwarded-Host "";
-       proxy_redirect https://infrastructure.pages.gitlab.gnome.org/gtk-web/ https://www.pitivi.org/;
+        proxy_redirect //infrastructure.pages.gitlab.gnome.org/pitivi-web/ //www.pitivi.org/;
         proxy_pass https://infrastructure.pages.gitlab.gnome.org/pitivi-web/;
     }
 


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