[redirects-web/proxy] Land the apps.g.o reverse proxy config (https://gitlab.gnome.org/Infrastructure/Infrastructure/-/iss
- From: Andrea Veri <averi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [redirects-web/proxy] Land the apps.g.o reverse proxy config (https://gitlab.gnome.org/Infrastructure/Infrastructure/-/iss
- Date: Mon, 9 Aug 2021 09:42:29 +0000 (UTC)
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]