[survey-web/oscp] Listen on 8080



commit 741e791d64ff38d4d895b63422fb64b2f2965199
Author: Bartłomiej Piotrowski <bpiotrowski gnome org>
Date:   Fri Mar 6 18:31:45 2020 +0100

    Listen on 8080

 docker/00_surveys.gnome.org.conf | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/docker/00_surveys.gnome.org.conf b/docker/00_surveys.gnome.org.conf
index 6eec891..df45b76 100644
--- a/docker/00_surveys.gnome.org.conf
+++ b/docker/00_surveys.gnome.org.conf
@@ -1,6 +1,6 @@
-Listen 0.0.0.0:8843
+Listen 0.0.0.0:8080
 
-<VirtualHost _default_:8843>
+<VirtualHost _default_:8080>
         DocumentRoot /app/limesurvey
         <Directory />
                 Options Indexes FollowSymLinks MultiViews
@@ -16,7 +16,7 @@ Listen 0.0.0.0:8843
         TransferLog /dev/stdout
 </VirtualHost>
 
-<VirtualHost *:8843>
+<VirtualHost *:8080>
         ServerName surveys.gnome.org
 
         DocumentRoot /app/limesurvey


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