]> gitweb.fluxo.info Git - puppet-nginx.git/commitdiff
Disables http2 for now
authorSilvio Rhatto <rhatto@riseup.net>
Fri, 17 Jun 2016 20:15:02 +0000 (17:15 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Fri, 17 Jun 2016 20:15:02 +0000 (17:15 -0300)
templates/site-ssl.erb

index 55c51d793e7e3da016b6bbe10271dbb0ce421343..57b285f85289d7be6129d8097f89c798aafa4b4d 100644 (file)
@@ -1,5 +1,5 @@
 server {
-  listen      443 ssl http2;
+  listen      443;
   server_name *.<%= @use_fqdn %> <%= @use_fqdn %>;
 
   ssl on;