Mark Bergsma has submitted this change and it was merged.

Change subject: Make nginx listen on IPv6 as well
......................................................................


Make nginx listen on IPv6 as well

Change-Id: Ica0ffa5a5d654f217dc13bc772a532eafda11992
---
M modules/protoproxy/templates/localssl.erb
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Mark Bergsma: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/modules/protoproxy/templates/localssl.erb 
b/modules/protoproxy/templates/localssl.erb
index 1d7c9f7..3f6e95b 100644
--- a/modules/protoproxy/templates/localssl.erb
+++ b/modules/protoproxy/templates/localssl.erb
@@ -9,7 +9,7 @@
 
 # SSL proxying
 server {
-       listen *:443 ssl;
+       listen [::]:443 ssl;
        ssl on;
        server_name  <%= @fqdn %>;
 

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ica0ffa5a5d654f217dc13bc772a532eafda11992
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Mark Bergsma <[email protected]>
Gerrit-Reviewer: Mark Bergsma <[email protected]>
Gerrit-Reviewer: jenkins-bot

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

Reply via email to