[redirects-web] Land a definition for gtk.org



commit 8f07a604acbbfdfb6da71d77696aa12146a13225
Author: Andrea Veri <averi redhat com>
Date:   Wed Feb 19 13:21:37 2020 +0100

    Land a definition for gtk.org

 app_data/httpd-cfg/gtk.org | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
---
diff --git a/app_data/httpd-cfg/gtk.org b/app_data/httpd-cfg/gtk.org
new file mode 100644
index 0000000..12e07f3
--- /dev/null
+++ b/app_data/httpd-cfg/gtk.org
@@ -0,0 +1,16 @@
+<VirtualHost *:8080>
+    ServerName gtk.org 
+    ServerAlias www.gtk.org
+
+    SSLProxyEngine On
+    SSLProxyCheckPeerCN on
+    SSLProxyCheckPeerExpire on
+    ProxyPass / https://infrastructure.pages.gitlab.gnome.org/gtk-web/ retry=0
+    ProxyPass /.well-known/acme-challenge !
+    ProxyPassReverse / https://infrastructure.pages.gitlab.gnome.org/gtk-web/ 
+    ProxyAddHeaders Off
+
+    <LocationMatch "^/.well-known/acme-challenge">
+      RedirectMatch ^(.*) https://letsencrypt.gnome.org$1
+    </LocationMatch>
+</VirtualHost>


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