[redirects-web/proxy] Restore schema and disable absolute_redirect



commit 5f85d679ef108d5dbd0d6ae551c34c13825585b0
Author: Bartłomiej Piotrowski <bpiotrowski gnome org>
Date:   Wed Jun 16 08:41:18 2021 +0200

    Restore schema and disable absolute_redirect

 conf.d/pitivi.org.conf | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/conf.d/pitivi.org.conf b/conf.d/pitivi.org.conf
index 4f0b151..1f275dc 100644
--- a/conf.d/pitivi.org.conf
+++ b/conf.d/pitivi.org.conf
@@ -6,7 +6,8 @@ server {
     location / {
         proxy_set_header Host infrastructure.pages.gitlab.gnome.org;
         proxy_set_header X-Forwarded-Host "";
-        proxy_redirect //infrastructure.pages.gitlab.gnome.org/pitivi-web/ //www.pitivi.org/;
+        absolute_redirect off;
+        proxy_redirect https://infrastructure.pages.gitlab.gnome.org/pitivi-web/ https://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]