[redirects-web] Land a redirect for build.gimp.org (https://gitlab.gnome.org/Infrastructure/Infrastructure/-/issues/



commit cceb3924c8f0a9d4d817d5c4d5be627e580b6fb4
Author: Andrea Veri <averi redhat com>
Date:   Mon Jan 10 17:39:55 2022 +0100

    Land a redirect for build.gimp.org (https://gitlab.gnome.org/Infrastructure/Infrastructure/-/issues/743)

 app_data/httpd-cfg/build.gimp.org.conf | 5 +++++
 1 file changed, 5 insertions(+)
---
diff --git a/app_data/httpd-cfg/build.gimp.org.conf b/app_data/httpd-cfg/build.gimp.org.conf
new file mode 100644
index 0000000..2bde1c4
--- /dev/null
+++ b/app_data/httpd-cfg/build.gimp.org.conf
@@ -0,0 +1,5 @@
+<VirtualHost *:8080>
+    ServerName build.gimp.org
+
+       RedirectPermanent / https://gitlab.gnome.org/GNOME/gimp/-/pipelines
+</VirtualHost>


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