]> git.openstreetmap.org Git - chef.git/commitdiff
Disable HTTP2 for OTRS
authorTom Hughes <tom@compton.nu>
Fri, 7 Jun 2024 14:08:31 +0000 (15:08 +0100)
committerTom Hughes <tom@compton.nu>
Fri, 7 Jun 2024 14:08:31 +0000 (15:08 +0100)
cookbooks/otrs/templates/default/apache.erb

index 17f0df1180d990f0eedb8f5f53458b497e82f40b..e51b83ea2d6aba23623c3415fdbe5400ff9c6c98 100644 (file)
@@ -44,6 +44,8 @@
   SSLCertificateFile /etc/ssl/certs/<%= @name %>.pem
   SSLCertificateKeyFile /etc/ssl/private/<%= @name %>.key
 
+  Protocols http/1.1
+
   ScriptAlias /otrs "/usr/share/otrs/bin/cgi-bin/"
   Alias /otrs-web "/usr/share/otrs/var/httpd/htdocs/"
   RedirectMatch ^/$ /otrs/index.pl