[redirects-web] Revert "Drop gtk.org and move it to the proxies"
- From: Andrea Veri <averi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [redirects-web] Revert "Drop gtk.org and move it to the proxies"
- Date: Wed, 19 Feb 2020 15:34:27 +0000 (UTC)
commit cb2d80b19fdfbd44a49d5c9b09ebb2e631ff2258
Author: Andrea Veri <averi redhat com>
Date: Wed Feb 19 16:33:44 2020 +0100
Revert "Drop gtk.org and move it to the proxies"
This reverts commit 3eb91f7852cf08583f73b02be45afa952f690405.
app_data/httpd-cfg/gtk.org.conf | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
---
diff --git a/app_data/httpd-cfg/gtk.org.conf b/app_data/httpd-cfg/gtk.org.conf
new file mode 100644
index 0000000..ad10bc4
--- /dev/null
+++ b/app_data/httpd-cfg/gtk.org.conf
@@ -0,0 +1,17 @@
+<VirtualHost *:8080>
+ ServerName gtk.org
+ ServerAlias www.gtk.org
+
+ SSLProxyEngine On
+ SSLProxyCheckPeerCN on
+ SSLProxyCheckPeerExpire on
+ ProxyPreserveHost Off
+ 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]