[moinmoin] Use edge vs re-encrypt



commit e526b0b525876f1571204e554a7c773026a3f35d
Author: Andrea Veri <averi redhat com>
Date:   Wed Apr 20 00:07:37 2022 +0200

    Use edge vs re-encrypt

 app_data/httpd-cfg/00_wiki.gnome.org.conf | 4 ++--
 app_data/httpd-cfg/01_www.pango.org.conf  | 2 +-
 app_data/httpd-cfg/02_es.gnome.org.conf   | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/app_data/httpd-cfg/00_wiki.gnome.org.conf b/app_data/httpd-cfg/00_wiki.gnome.org.conf
index f0ed4f9..ea0be19 100644
--- a/app_data/httpd-cfg/00_wiki.gnome.org.conf
+++ b/app_data/httpd-cfg/00_wiki.gnome.org.conf
@@ -1,4 +1,4 @@
-<VirtualHost *:8443>
+<VirtualHost *:8080>
    ServerName live.gnome.org
 
    SSLEngine on
@@ -9,7 +9,7 @@
    RewriteRule .* https://wiki.gnome.org%{REQUEST_URI} [NE,R,L]
 </VirtualHost>
 
-<VirtualHost *:8443>
+<VirtualHost *:8080>
     ServerName wiki.gnome.org
 
     DocumentRoot /srv/http/data/wiki.gnome.org/root
diff --git a/app_data/httpd-cfg/01_www.pango.org.conf b/app_data/httpd-cfg/01_www.pango.org.conf
index f4ee777..e3fe2fe 100644
--- a/app_data/httpd-cfg/01_www.pango.org.conf
+++ b/app_data/httpd-cfg/01_www.pango.org.conf
@@ -1,4 +1,4 @@
-<VirtualHost *:8443>
+<VirtualHost *:8080>
   ServerName pango.gnome.org
 
   SSLEngine on
diff --git a/app_data/httpd-cfg/02_es.gnome.org.conf b/app_data/httpd-cfg/02_es.gnome.org.conf
index 780e744..adda05b 100644
--- a/app_data/httpd-cfg/02_es.gnome.org.conf
+++ b/app_data/httpd-cfg/02_es.gnome.org.conf
@@ -1,4 +1,4 @@
-<VirtualHost *:8443>
+<VirtualHost *:8080>
   ServerName es.gnome.org
 
   SSLEngine on


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