[wgo-web] Drop internal SSL



commit caf50b86697065a29cc18f7928f64b449a934b4d
Author: Bartłomiej Piotrowski <bpiotrowski gnome org>
Date:   Wed Jul 15 20:17:54 2020 +0200

    Drop internal SSL

 00_www.gnome.org.conf | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)
---
diff --git a/00_www.gnome.org.conf b/00_www.gnome.org.conf
index 4fbe4f0..cfdc0b1 100644
--- a/00_www.gnome.org.conf
+++ b/00_www.gnome.org.conf
@@ -1,13 +1,9 @@
-<VirtualHost *:8443>
+<VirtualHost *:8080>
     ServerName gnome.org
     ServerAlias www.gnome.org
     ServerAdmin webmaster gnome org
     DocumentRoot /srv/http/www.gnome.org/html
 
-    SSLEngine on
-    SSLCertificateFile /var/serving-cert/tls.crt 
-    SSLCertificateKeyFile /var/serving-cert/tls.key 
-
     <IfModule mod_deflate.c>
         AddOutputFilterByType DEFLATE text/html text/plain text/xml text/css
     </IfModule>


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