[gimp-web/oscp] Land registry.gimp.org httpd config



commit 3a45ee754dd46048c2be5a62acb2b2f17754031d
Author: Andrea Veri <averi redhat com>
Date:   Fri Mar 13 20:37:55 2020 +0100

    Land registry.gimp.org httpd config

 www.gimp.org/app_data/httpd-cfg/registry.gimp.org.conf | 9 +++++++++
 1 file changed, 9 insertions(+)
---
diff --git a/www.gimp.org/app_data/httpd-cfg/registry.gimp.org.conf 
b/www.gimp.org/app_data/httpd-cfg/registry.gimp.org.conf
new file mode 100644
index 00000000..58b7bade
--- /dev/null
+++ b/www.gimp.org/app_data/httpd-cfg/registry.gimp.org.conf
@@ -0,0 +1,9 @@
+<VirtualHost *:8080>
+    ServerName registry.gimp.org
+
+    RedirectMatch 301 ^/(.*)$ https://www.gimp.org/registry/
+</VirtualHost>
+
+<LocationMatch "^/.well-known/acme-challenge">
+  RedirectMatch ^(.*) https://letsencrypt.gnome.org$1
+</LocationMatch>


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