[redirects-web/proxy] Land the apps.g.o reverse proxy config (https://gitlab.gnome.org/Infrastructure/Infrastructure/-/iss



commit 4b8c6b061ba3c83c2708de375c47a58a0335c98a
Author: Andrea Veri <averi redhat com>
Date:   Mon Aug 9 11:42:21 2021 +0200

    Land the apps.g.o reverse proxy config 
(https://gitlab.gnome.org/Infrastructure/Infrastructure/-/issues/642)

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


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