[etherpad-web/oscp-frontend] Switch to 8080



commit 23be755c395e5b9d8893b81bb96afa1b5fddec20
Author: Bartłomiej Piotrowski <bpiotrowski gnome org>
Date:   Fri Dec 18 11:11:07 2020 +0100

    Switch to 8080

 app_data/httpd-cfg/etherpad.gnome.org.conf | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)
---
diff --git a/app_data/httpd-cfg/etherpad.gnome.org.conf b/app_data/httpd-cfg/etherpad.gnome.org.conf
index 7cb3c80..707ddd5 100644
--- a/app_data/httpd-cfg/etherpad.gnome.org.conf
+++ b/app_data/httpd-cfg/etherpad.gnome.org.conf
@@ -1,9 +1,6 @@
-<VirtualHost *:8443>
+<VirtualHost *:8080>
   ServerName etherpad.gnome.org
-
-  <LocationMatch "^/.well-known/acme-challenge">
-    RedirectMatch ^(.*) https://letsencrypt.gnome.org$1
-  </LocationMatch>
+  ServerAlias "*"
 
   <Location />
     ProxyPass http://prod.etherpad-web.svc:9001/ retry=0


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