[redirects-web/proxy] New GNOME Developer website location (https://gitlab.gnome.org/Infrastructure/Infrastructure/-/issue
- From: Andrea Veri <averi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [redirects-web/proxy] New GNOME Developer website location (https://gitlab.gnome.org/Infrastructure/Infrastructure/-/issue
- Date: Fri, 30 Jul 2021 11:24:51 +0000 (UTC)
commit 8f6583e069339916a9a7bf1045c97b7a362257f4
Author: Andrea Veri <averi redhat com>
Date: Fri Jul 30 13:24:29 2021 +0200
New GNOME Developer website location (https://gitlab.gnome.org/Infrastructure/Infrastructure/-/issues/603)
conf.d/developer.gnome.org.conf | 39 +++++++++++++++++++++++++++++++++++++++
1 file changed, 39 insertions(+)
---
diff --git a/conf.d/developer.gnome.org.conf b/conf.d/developer.gnome.org.conf
new file mode 100644
index 0000000..d0533e6
--- /dev/null
+++ b/conf.d/developer.gnome.org.conf
@@ -0,0 +1,39 @@
+server {
+ listen 8080;
+ listen [::]:8080;
+ server_name developer.gnome.org;
+
+ location / {
+ proxy_set_header Host teams.pages.gitlab.gnome.org;
+ proxy_set_header X-Forwarded-Host "";
+ proxy_redirect
//teams.pages.gitlab.gnome.org/documentation/developer-www/documentation/introduction.html
https://developer.gnome.org/platform-overview/unstable/
+ proxy_redirect
//teams.pages.gitlab.gnome.org/documentation/developer-www/documentation/guidelines.html
https://developer.gnome.org/guides/
+ proxy_redirect
//teams.pages.gitlab.gnome.org/documentation/developer-www/documentation/tutorials.html
https://developer.gnome.org/AlternateMenubarLayout/
+ proxy_redirect
//teams.pages.gitlab.gnome.org/documentation/developer-www/documentation/tutorials.html
https://developer.gnome.org/AppFolders/
+ proxy_redirect
//teams.pages.gitlab.gnome.org/documentation/developer-www/documentation/tutorials/application-id.html
https://developer.gnome.org/ChooseApplicationID/
+ proxy_redirect
//teams.pages.gitlab.gnome.org/documentation/developer-www/documentation/tutorials.html
https://developer.gnome.org/Buttons/
+ proxy_redirect
//teams.pages.gitlab.gnome.org/documentation/developer-www/documentation/tutorials.html
https://developer.gnome.org/CustomStyle/
+ proxy_redirect
//teams.pages.gitlab.gnome.org/documentation/developer-www/documentation/tutorials/deprecations.html
https://developer.gnome.org/Deprecations/
+ proxy_redirect
//teams.pages.gitlab.gnome.org/documentation/developer-www/documentation/tutorials.html
https://developer.gnome.org/DragAndDrop/
+ proxy_redirect
//teams.pages.gitlab.gnome.org/documentation/developer-www/documentation/tutorials.html
https://developer.gnome.org/Dialogs/
+ proxy_redirect
//teams.pages.gitlab.gnome.org/documentation/developer-www/documentation/tutorials.html
https://developer.gnome.org/ExtractShell/
+ proxy_redirect
//teams.pages.gitlab.gnome.org/documentation/developer-www/documentation/tutorials/actions.html
https://developer.gnome.org/GAction/
+ proxy_redirect
//teams.pages.gitlab.gnome.org/documentation/developer-www/documentation/tutorials/notifications.html
https://developer.gnome.org/GNotification/
+ proxy_redirect
//teams.pages.gitlab.gnome.org/documentation/developer-www/documentation/tutorials.html
https://developer.gnome.org/Gestures/
+ proxy_redirect
//teams.pages.gitlab.gnome.org/documentation/developer-www/documentation/tutorials.html
https://developer.gnome.org/CommandLine/
+ proxy_redirect
//teams.pages.gitlab.gnome.org/documentation/developer-www/documentation/tutorials.html
https://developer.gnome.org/ClutterGstGirPython/
+ proxy_redirect
//teams.pages.gitlab.gnome.org/documentation/developer-www/documentation/tutorials.html
https://developer.gnome.org/Labels/
+ proxy_redirect
//teams.pages.gitlab.gnome.org/documentation/developer-www/documentation/tutorials.html
https://developer.gnome.org/ApplicationMenu/
+ proxy_redirect
//teams.pages.gitlab.gnome.org/documentation/developer-www/documentation/tutorials/save-state.html
https://developer.gnome.org/SaveWindowState/
+ proxy_redirect
//teams.pages.gitlab.gnome.org/documentation/developer-www/documentation/tutorials/search-provider.html
https://developer.gnome.org/SearchProvider/
+ proxy_redirect
//teams.pages.gitlab.gnome.org/documentation/developer-www/documentation/tutorials.html
https://developer.gnome.org/DBusApplicationLaunching/
+ proxy_redirect
//teams.pages.gitlab.gnome.org/documentation/developer-www/documentation/tutorials.html
https://developer.gnome.org/SubclassGObject/
+ proxy_redirect
//teams.pages.gitlab.gnome.org/documentation/developer-www/documentation/tutorials/themed-icons.html
https://developer.gnome.org/ThemedIcons/
+ proxy_redirect
//teams.pages.gitlab.gnome.org/documentation/developer-www/documentation/tutorials/menus.html
https://developer.gnome.org/GMenu/
+ proxy_redirect
//teams.pages.gitlab.gnome.org/documentation/developer-www/documentation/tutorials.html
https://developer.gnome.org/GSettings/
+ proxy_redirect
//teams.pages.gitlab.gnome.org/documentation/developer-www/documentation/tutorials/application.html
https://developer.gnome.org/GtkApplication/
+
+ proxy_redirect //teams.pages.gitlab.gnome.org/documentation/developer-www
https://developer.gnome.org/;
+ proxy_pass https://teams.pages.gitlab.gnome.org/documentation/developer-www;
+ }
+}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]