]> git.openstreetmap.org Git - chef.git/commitdiff
Disable HTTP2 for svn.openstreetmap.org
authorTom Hughes <tom@compton.nu>
Sat, 31 Aug 2019 15:10:17 +0000 (16:10 +0100)
committerTom Hughes <tom@compton.nu>
Sat, 31 Aug 2019 15:10:17 +0000 (16:10 +0100)
cookbooks/subversion/templates/default/apache.erb

index 314701a5bf2dae954c1abeeb56ebddd4823b4f30..42e4592e6a7edb8bb4db328f537c9eb44d36a81e 100644 (file)
@@ -4,6 +4,8 @@
   ServerName <%= @name %>
   ServerAdmin webmaster@openstreetmap.org
 
+  Protocols http/1.1
+
   SSLEngine on
   SSLCertificateFile /etc/ssl/certs/<%= @name %>.pem
   SSLCertificateKeyFile /etc/ssl/private/<%= @name %>.key