[redirects-web/proxy] Land libsoup.org on OCP



commit 0216d9d44080a270da098dc665500c12b579e4e9
Author: Andrea Veri <averi redhat com>
Date:   Thu Feb 3 12:59:16 2022 +0100

    Land libsoup.org on OCP

 conf.d/libsoup.org.conf | 11 +++++++++++
 1 file changed, 11 insertions(+)
---
diff --git a/conf.d/libsoup.org.conf b/conf.d/libsoup.org.conf
new file mode 100644
index 0000000..be48269
--- /dev/null
+++ b/conf.d/libsoup.org.conf
@@ -0,0 +1,11 @@
+server {
+    listen 8080;
+    listen [::]:8080;
+    server_name libsoup.org www.libsoup.org;
+
+    location / {
+        proxy_set_header Host gnome.pages.gitlab.gnome.org;
+        proxy_set_header X-Forwarded-Host "";
+        proxy_pass https://gnome.pages.gitlab.gnome.org:443/libsoup/;
+    }
+}


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