summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-06-13 22:41:33 +0300
committerLars Wirzenius <liw@liw.fi>2018-06-13 22:41:33 +0300
commit0c9758c053fa780c408e2ab8b6f795973421c362 (patch)
tree8bb10a1f3457447d49a2e02811c2ca083ac6c43d
parent76a4501588ce83efc6891a6aba9384b9559b07d0 (diff)
downloadick2-ansible-0c9758c053fa780c408e2ab8b6f795973421c362.tar.gz
Chagne: run apache on port 8080, to not conflict with 80 for haproxy
-rw-r--r--roles/apt_repository/templates/apache-http.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/roles/apt_repository/templates/apache-http.conf b/roles/apt_repository/templates/apache-http.conf
index bb2eb2e..b7aa353 100644
--- a/roles/apt_repository/templates/apache-http.conf
+++ b/roles/apt_repository/templates/apache-http.conf
@@ -1,4 +1,5 @@
-<VirtualHost _default_:80>
+Listen 8080
+<VirtualHost _default_:8080>
ServerAdmin {{ apt_admin_email }}
DocumentRoot /srv/http