Yuvipanda has uploaded a new change for review.

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


Change subject: Add SPDY support to dynamicproxy
......................................................................

Add SPDY support to dynamicproxy

Change-Id: I265341992636cc270867a51ecff0266c6a9412d2
---
M modules/dynamicproxy/templates/proxy.conf
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/82/87682/1

diff --git a/modules/dynamicproxy/templates/proxy.conf 
b/modules/dynamicproxy/templates/proxy.conf
index bd274b9..7320a91 100644
--- a/modules/dynamicproxy/templates/proxy.conf
+++ b/modules/dynamicproxy/templates/proxy.conf
@@ -12,7 +12,7 @@
 
     <%- if @ssl_certificate_name != false -%>
     # Serve both HTTP and HTTPS
-    listen 443 default_server ssl;
+    listen 443 default_server ssl spdy;
 
     ssl_certificate /etc/ssl/certs/<%= @ssl_certificate_name %>.pem;
     ssl_certificate_key /etc/ssl/private/<%= @ssl_certificate_name %>.key;

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

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

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

Reply via email to