[survey-web/oscp] Switch to HTTP at 8080
- From: Bartłomiej Piotrowski <bpiotrowski src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [survey-web/oscp] Switch to HTTP at 8080
- Date: Fri, 6 Mar 2020 16:55:25 +0000 (UTC)
commit d3698f3136a9060f1ae9ad704f268dfa2f071b69
Author: Bartłomiej Piotrowski <bpiotrowski gnome org>
Date: Fri Mar 6 17:55:16 2020 +0100
Switch to HTTP at 8080
docker/00_surveys.gnome.org.conf | 16 +++-------------
1 file changed, 3 insertions(+), 13 deletions(-)
---
diff --git a/docker/00_surveys.gnome.org.conf b/docker/00_surveys.gnome.org.conf
index 4fda5c3..df45b76 100644
--- a/docker/00_surveys.gnome.org.conf
+++ b/docker/00_surveys.gnome.org.conf
@@ -1,11 +1,6 @@
-Listen 0.0.0.0:8843 https
-
-<VirtualHost _default_:8843>
- SSLEngine on
- SSLCompression Off
- SSLCertificateFile /var/serving-cert/tls.crt
- SSLCertificateKeyFile /var/serving-cert/tls.key
+Listen 0.0.0.0:8080
+<VirtualHost _default_:8080>
DocumentRoot /app/limesurvey
<Directory />
Options Indexes FollowSymLinks MultiViews
@@ -21,14 +16,9 @@ Listen 0.0.0.0:8843 https
TransferLog /dev/stdout
</VirtualHost>
-<VirtualHost *:8843>
+<VirtualHost *:8080>
ServerName surveys.gnome.org
- SSLEngine on
- SSLCompression Off
- SSLCertificateFile /var/serving-cert/tls.crt
- SSLCertificateKeyFile /var/serving-cert/tls.key
-
DocumentRoot /app/limesurvey
<Directory />
Options Indexes FollowSymLinks MultiViews
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]