[redirects-web/proxy] Land proxy for cantarell.g.o



commit ae8727dc5022d8e37cbba74e223e049f44ad2c8f
Author: Andrea Veri <averi redhat com>
Date:   Mon Jan 10 11:30:18 2022 +0100

    Land proxy for cantarell.g.o

 conf.d/cantarell.gnome.org.conf | 11 +++++++++++
 1 file changed, 11 insertions(+)
---
diff --git a/conf.d/cantarell.gnome.org.conf b/conf.d/cantarell.gnome.org.conf
new file mode 100644
index 0000000..6d30055
--- /dev/null
+++ b/conf.d/cantarell.gnome.org.conf
@@ -0,0 +1,11 @@
+server {
+    listen 8080;
+    listen [::]:8080;
+    server_name cantarell.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/Design/cantarell.gnome.org/;
+    }
+}


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