Dzahn has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/153992

Change subject: Revert "openstack Apache conf, also listen on port 80"
......................................................................

Revert "openstack Apache conf, also listen on port 80"

This reverts commit a64123c2abaa4934c131b2a760bf8619e5d5ea6e.

Change-Id: Ic2f0e67ee0e743a124eab393d3271289b94a0601
---
M manifests/openstack.pp
1 file changed, 3 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/92/153992/1

diff --git a/manifests/openstack.pp b/manifests/openstack.pp
index 6190aa7..5115270 100644
--- a/manifests/openstack.pp
+++ b/manifests/openstack.pp
@@ -407,9 +407,9 @@
             source => "puppet:///files/openstack/mw-xml.sh";
     }
 
-    # listen on 80 and 443 for HTTPS
-    apache::conf { 'wikitech_ports':
-        content => "Listen 80\nListen 443\n",
+    # listen on 443 for HTTPS
+    apache::conf { 'wikitech_https_port':
+        content => "Listen 443\n",
     }
 
     cron {

-- 
To view, visit https://gerrit.wikimedia.org/r/153992
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic2f0e67ee0e743a124eab393d3271289b94a0601
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Dzahn <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to