summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2019-08-04 19:03:49 +0300
committerLars Wirzenius <liw@liw.fi>2019-08-04 19:03:49 +0300
commit4db3bd68b0cc894b8f88cf32bd892ba0980a7489 (patch)
treedb7e6b6f929f66ab3c87a926af640b8cace39a6a
parentf092d1b18a0948e58b22ee3bcf218cc1b2e5cba7 (diff)
downloadick2-ansible-4db3bd68b0cc894b8f88cf32bd892ba0980a7489.tar.gz
Drop: listen on port 8080 in virtualhost
-rw-r--r--roles/apt_repository/templates/apache-http.conf1
1 files changed, 0 insertions, 1 deletions
diff --git a/roles/apt_repository/templates/apache-http.conf b/roles/apt_repository/templates/apache-http.conf
index 46a54ed..c15905f 100644
--- a/roles/apt_repository/templates/apache-http.conf
+++ b/roles/apt_repository/templates/apache-http.conf
@@ -1,4 +1,3 @@
-Listen 8080
<VirtualHost _default_:{{ apache_port }}>
ServerAdmin {{ apt_admin_email }}