[redirects-web/proxy] Land gsoc.gnome.org (https://gitlab.gnome.org/Infrastructure/Infrastructure/-/issues/774)



commit d31fed6ebe7231425bdbfa0404b28f3797977ff8
Author: Andrea Veri <averi redhat com>
Date:   Mon Mar 7 14:57:58 2022 +0100

    Land gsoc.gnome.org (https://gitlab.gnome.org/Infrastructure/Infrastructure/-/issues/774)

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


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