[redirects-web/proxy] Missing trailing slash
- From: Andrea Veri <averi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [redirects-web/proxy] Missing trailing slash
- Date: Fri, 30 Jul 2021 12:32:50 +0000 (UTC)
commit b838e846065beef3f5e6117bc845d6d806dff074
Author: Andrea Veri <averi redhat com>
Date: Fri Jul 30 14:32:26 2021 +0200
Missing trailing slash
conf.d/developer.gnome.org.conf | 52 ++++++++++++++++++++---------------------
1 file changed, 26 insertions(+), 26 deletions(-)
---
diff --git a/conf.d/developer.gnome.org.conf b/conf.d/developer.gnome.org.conf
index d2e8deb..56fc313 100644
--- a/conf.d/developer.gnome.org.conf
+++ b/conf.d/developer.gnome.org.conf
@@ -16,7 +16,7 @@ server {
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_pass https://teams.pages.gitlab.gnome.org/documentation/developer-www;
+ proxy_pass https://teams.pages.gitlab.gnome.org/documentation/developer-www/;
}
location /guides/ {
@@ -24,7 +24,7 @@ server {
proxy_set_header X-Forwarded-Host "";
proxy_redirect
//teams.pages.gitlab.gnome.org/documentation/developer-www/documentation/guidelines.html
https://developer.gnome.org/guides/;
- proxy_pass https://teams.pages.gitlab.gnome.org/documentation/developer-www;
+ proxy_pass https://teams.pages.gitlab.gnome.org/documentation/developer-www/;
}
location /AlternateMenubarLayout/ {
@@ -32,7 +32,7 @@ server {
proxy_set_header X-Forwarded-Host "";
proxy_redirect
//teams.pages.gitlab.gnome.org/documentation/developer-www/documentation/tutorials.html
https://developer.gnome.org/AlternateMenubarLayout/;
- proxy_pass https://teams.pages.gitlab.gnome.org/documentation/developer-www;
+ proxy_pass https://teams.pages.gitlab.gnome.org/documentation/developer-www/;
}
location /AppFolders/ {
@@ -40,7 +40,7 @@ server {
proxy_set_header X-Forwarded-Host "";
proxy_redirect
//teams.pages.gitlab.gnome.org/documentation/developer-www/documentation/tutorials.html
https://developer.gnome.org/AppFolders/;
- proxy_pass https://teams.pages.gitlab.gnome.org/documentation/developer-www;
+ proxy_pass https://teams.pages.gitlab.gnome.org/documentation/developer-www/;
}
location /ChooseApplicationID/ {
@@ -48,7 +48,7 @@ server {
proxy_set_header X-Forwarded-Host "";
proxy_redirect
//teams.pages.gitlab.gnome.org/documentation/developer-www/documentation/tutorials/application-id.html
https://developer.gnome.org/ChooseApplicationID/;
- proxy_pass https://teams.pages.gitlab.gnome.org/documentation/developer-www;
+ proxy_pass https://teams.pages.gitlab.gnome.org/documentation/developer-www/;
}
location /Buttons/ {
@@ -56,7 +56,7 @@ server {
proxy_set_header X-Forwarded-Host "";
proxy_redirect
//teams.pages.gitlab.gnome.org/documentation/developer-www/documentation/tutorials.html
https://developer.gnome.org/Buttons/;
- proxy_pass https://teams.pages.gitlab.gnome.org/documentation/developer-www;
+ proxy_pass https://teams.pages.gitlab.gnome.org/documentation/developer-www/;
}
location /CustomStyle/ {
@@ -64,7 +64,7 @@ server {
proxy_set_header X-Forwarded-Host "";
proxy_redirect
//teams.pages.gitlab.gnome.org/documentation/developer-www/documentation/tutorials.html
https://developer.gnome.org/CustomStyle/;
- proxy_pass https://teams.pages.gitlab.gnome.org/documentation/developer-www;
+ proxy_pass https://teams.pages.gitlab.gnome.org/documentation/developer-www/;
}
location /Deprecations/ {
@@ -72,7 +72,7 @@ server {
proxy_set_header X-Forwarded-Host "";
proxy_redirect
//teams.pages.gitlab.gnome.org/documentation/developer-www/documentation/tutorials/deprecations.html
https://developer.gnome.org/Deprecations/;
- proxy_pass https://teams.pages.gitlab.gnome.org/documentation/developer-www;
+ proxy_pass https://teams.pages.gitlab.gnome.org/documentation/developer-www/;
}
location /DragAndDrop/ {
@@ -80,7 +80,7 @@ server {
proxy_set_header X-Forwarded-Host "";
proxy_redirect
//teams.pages.gitlab.gnome.org/documentation/developer-www/documentation/tutorials.html
https://developer.gnome.org/DragAndDrop/;
- proxy_pass https://teams.pages.gitlab.gnome.org/documentation/developer-www;
+ proxy_pass https://teams.pages.gitlab.gnome.org/documentation/developer-www/;
}
location /Dialogs/ {
@@ -88,7 +88,7 @@ server {
proxy_set_header X-Forwarded-Host "";
proxy_redirect
//teams.pages.gitlab.gnome.org/documentation/developer-www/documentation/tutorials.html
https://developer.gnome.org/Dialogs/;
- proxy_pass https://teams.pages.gitlab.gnome.org/documentation/developer-www;
+ proxy_pass https://teams.pages.gitlab.gnome.org/documentation/developer-www/;
}
location /ExtractShell/ {
@@ -96,7 +96,7 @@ server {
proxy_set_header X-Forwarded-Host "";
proxy_redirect
//teams.pages.gitlab.gnome.org/documentation/developer-www/documentation/tutorials.html
https://developer.gnome.org/ExtractShell/;
- proxy_pass https://teams.pages.gitlab.gnome.org/documentation/developer-www;
+ proxy_pass https://teams.pages.gitlab.gnome.org/documentation/developer-www/;
}
location /GAction/ {
@@ -104,7 +104,7 @@ server {
proxy_set_header X-Forwarded-Host "";
proxy_redirect
//teams.pages.gitlab.gnome.org/documentation/developer-www/documentation/tutorials/actions.html
https://developer.gnome.org/GAction/;
- proxy_pass https://teams.pages.gitlab.gnome.org/documentation/developer-www;
+ proxy_pass https://teams.pages.gitlab.gnome.org/documentation/developer-www/;
}
location /GNotification/ {
@@ -112,7 +112,7 @@ server {
proxy_set_header X-Forwarded-Host "";
proxy_redirect
//teams.pages.gitlab.gnome.org/documentation/developer-www/documentation/tutorials/notifications.html
https://developer.gnome.org/GNotification/;
- proxy_pass https://teams.pages.gitlab.gnome.org/documentation/developer-www;
+ proxy_pass https://teams.pages.gitlab.gnome.org/documentation/developer-www/;
}
location /Gestures/ {
@@ -120,7 +120,7 @@ server {
proxy_set_header X-Forwarded-Host "";
proxy_redirect
//teams.pages.gitlab.gnome.org/documentation/developer-www/documentation/tutorials.html
https://developer.gnome.org/Gestures/;
- proxy_pass https://teams.pages.gitlab.gnome.org/documentation/developer-www;
+ proxy_pass https://teams.pages.gitlab.gnome.org/documentation/developer-www/;
}
location /CommandLine/ {
@@ -128,7 +128,7 @@ server {
proxy_set_header X-Forwarded-Host "";
proxy_redirect
//teams.pages.gitlab.gnome.org/documentation/developer-www/documentation/tutorials.html
https://developer.gnome.org/CommandLine/;
- proxy_pass https://teams.pages.gitlab.gnome.org/documentation/developer-www;
+ proxy_pass https://teams.pages.gitlab.gnome.org/documentation/developer-www/;
}
location /ClutterGstGirPython/ {
@@ -136,7 +136,7 @@ server {
proxy_set_header X-Forwarded-Host "";
proxy_redirect
//teams.pages.gitlab.gnome.org/documentation/developer-www/documentation/tutorials.html
https://developer.gnome.org/ClutterGstGirPython/;
- proxy_pass https://teams.pages.gitlab.gnome.org/documentation/developer-www;
+ proxy_pass https://teams.pages.gitlab.gnome.org/documentation/developer-www/;
}
location /Labels/ {
@@ -144,7 +144,7 @@ server {
proxy_set_header X-Forwarded-Host "";
proxy_redirect
//teams.pages.gitlab.gnome.org/documentation/developer-www/documentation/tutorials.html
https://developer.gnome.org/Labels/;
- proxy_pass https://teams.pages.gitlab.gnome.org/documentation/developer-www;
+ proxy_pass https://teams.pages.gitlab.gnome.org/documentation/developer-www/;
}
location /ApplicationMenu/ {
@@ -152,7 +152,7 @@ server {
proxy_set_header X-Forwarded-Host "";
proxy_redirect
//teams.pages.gitlab.gnome.org/documentation/developer-www/documentation/tutorials.html
https://developer.gnome.org/ApplicationMenu/;
- proxy_pass https://teams.pages.gitlab.gnome.org/documentation/developer-www;
+ proxy_pass https://teams.pages.gitlab.gnome.org/documentation/developer-www/;
}
location /SaveWindowState/ {
@@ -160,7 +160,7 @@ server {
proxy_set_header X-Forwarded-Host "";
proxy_redirect
//teams.pages.gitlab.gnome.org/documentation/developer-www/documentation/tutorials/save-state.html
https://developer.gnome.org/SaveWindowState/;
- proxy_pass https://teams.pages.gitlab.gnome.org/documentation/developer-www;
+ proxy_pass https://teams.pages.gitlab.gnome.org/documentation/developer-www/;
}
location /SearchProvider/ {
@@ -168,7 +168,7 @@ server {
proxy_set_header X-Forwarded-Host "";
proxy_redirect
//teams.pages.gitlab.gnome.org/documentation/developer-www/documentation/tutorials/search-provider.html
https://developer.gnome.org/SearchProvider/;
- proxy_pass https://teams.pages.gitlab.gnome.org/documentation/developer-www;
+ proxy_pass https://teams.pages.gitlab.gnome.org/documentation/developer-www/;
}
location /DBusApplicationLaunching/ {
@@ -176,7 +176,7 @@ server {
proxy_set_header X-Forwarded-Host "";
proxy_redirect
//teams.pages.gitlab.gnome.org/documentation/developer-www/documentation/tutorials.html
https://developer.gnome.org/DBusApplicationLaunching/;
- proxy_pass https://teams.pages.gitlab.gnome.org/documentation/developer-www;
+ proxy_pass https://teams.pages.gitlab.gnome.org/documentation/developer-www/;
}
location /SubclassGObject/ {
@@ -184,7 +184,7 @@ server {
proxy_set_header X-Forwarded-Host "";
proxy_redirect
//teams.pages.gitlab.gnome.org/documentation/developer-www/documentation/tutorials.html
https://developer.gnome.org/SubclassGObject/;
- proxy_pass https://teams.pages.gitlab.gnome.org/documentation/developer-www;
+ proxy_pass https://teams.pages.gitlab.gnome.org/documentation/developer-www/;
}
location /ThemedIcons/ {
@@ -192,7 +192,7 @@ server {
proxy_set_header X-Forwarded-Host "";
proxy_redirect
//teams.pages.gitlab.gnome.org/documentation/developer-www/documentation/tutorials/themed-icons.html
https://developer.gnome.org/ThemedIcons/;
- proxy_pass https://teams.pages.gitlab.gnome.org/documentation/developer-www;
+ proxy_pass https://teams.pages.gitlab.gnome.org/documentation/developer-www/;
}
location /GMenu/ {
@@ -200,7 +200,7 @@ server {
proxy_set_header X-Forwarded-Host "";
proxy_redirect
//teams.pages.gitlab.gnome.org/documentation/developer-www/documentation/tutorials/menus.html
https://developer.gnome.org/GMenu/;
- proxy_pass https://teams.pages.gitlab.gnome.org/documentation/developer-www;
+ proxy_pass https://teams.pages.gitlab.gnome.org/documentation/developer-www/;
}
location /GSettings/ {
@@ -208,7 +208,7 @@ server {
proxy_set_header X-Forwarded-Host "";
proxy_redirect
//teams.pages.gitlab.gnome.org/documentation/developer-www/documentation/tutorials.html
https://developer.gnome.org/GSettings/;
- proxy_pass https://teams.pages.gitlab.gnome.org/documentation/developer-www;
+ proxy_pass https://teams.pages.gitlab.gnome.org/documentation/developer-www/;
}
location /GtkApplication/ {
@@ -216,7 +216,7 @@ server {
proxy_set_header X-Forwarded-Host "";
proxy_redirect
//teams.pages.gitlab.gnome.org/documentation/developer-www/documentation/tutorials/application.html
https://developer.gnome.org/GtkApplication/;
- proxy_pass https://teams.pages.gitlab.gnome.org/documentation/developer-www;
+ proxy_pass https://teams.pages.gitlab.gnome.org/documentation/developer-www/;
}
location /hig/stable/ {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]