[redirects-web/proxy] Land a reverse proxy for pitivi.org (https://gitlab.gnome.org/Infrastructure/GitLab/-/issues/515)



commit 41a288c50d861b7ac0a42254721f41221d51e443
Author: Andrea Veri <averi redhat com>
Date:   Mon Jun 14 12:47:43 2021 +0200

    Land a reverse proxy for pitivi.org (https://gitlab.gnome.org/Infrastructure/GitLab/-/issues/515)

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


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