[redirects-web/proxy] Add proxy_redirect to {release, cantarell, gsoc}.gnome.org
- From: Bartłomiej Piotrowski <bpiotrowski src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [redirects-web/proxy] Add proxy_redirect to {release, cantarell, gsoc}.gnome.org
- Date: Wed, 23 Mar 2022 14:03:14 +0000 (UTC)
commit 5d1abfe335b373c95bdaeb0290014f54635c7408
Author: Bartłomiej Piotrowski <bpiotrowski gnome org>
Date: Wed Mar 23 15:02:49 2022 +0100
Add proxy_redirect to {release,cantarell,gsoc}.gnome.org
conf.d/cantarell.gnome.org.conf | 1 +
conf.d/gsoc.gnome.org.conf | 1 +
conf.d/release.gnome.org.conf | 1 +
3 files changed, 3 insertions(+)
---
diff --git a/conf.d/cantarell.gnome.org.conf b/conf.d/cantarell.gnome.org.conf
index 6d30055..cad6ba2 100644
--- a/conf.d/cantarell.gnome.org.conf
+++ b/conf.d/cantarell.gnome.org.conf
@@ -6,6 +6,7 @@ server {
location / {
proxy_set_header Host teams.pages.gitlab.gnome.org;
proxy_set_header X-Forwarded-Host "";
+ proxy_redirect //teams.pages.gitlab.gnome.org/Design/cantarell.gnome.org/
https://cantarell.gnome.org/;
proxy_pass https://teams.pages.gitlab.gnome.org/Design/cantarell.gnome.org/;
}
}
diff --git a/conf.d/gsoc.gnome.org.conf b/conf.d/gsoc.gnome.org.conf
index 355d2ae..56420ed 100644
--- a/conf.d/gsoc.gnome.org.conf
+++ b/conf.d/gsoc.gnome.org.conf
@@ -6,6 +6,7 @@ server {
location / {
proxy_set_header Host teams.pages.gitlab.gnome.org;
proxy_set_header X-Forwarded-Host "";
+ proxy_redirect //teams.pages.gitlab.gnome.org/gnome-gsoc-site/ https://gsoc.gnome.org/;
proxy_pass https://teams.pages.gitlab.gnome.org/gnome-gsoc-site/;
}
}
diff --git a/conf.d/release.gnome.org.conf b/conf.d/release.gnome.org.conf
index 5b89263..3d42df8 100644
--- a/conf.d/release.gnome.org.conf
+++ b/conf.d/release.gnome.org.conf
@@ -6,6 +6,7 @@ server {
location / {
proxy_set_header Host teams.pages.gitlab.gnome.org;
proxy_set_header X-Forwarded-Host "";
+ proxy_redirect //teams.pages.gitlab.gnome.org/Design/release-notes/ https://release.gnome.org/;
proxy_pass https://teams.pages.gitlab.gnome.org/Design/release-notes/;
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]