From: Tom Hughes Date: Fri, 7 Jun 2024 14:08:31 +0000 (+0100) Subject: Disable HTTP2 for OTRS X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/f5c510d65c4dd4e530731b927425d2b81286edc5 Disable HTTP2 for OTRS --- diff --git a/cookbooks/otrs/templates/default/apache.erb b/cookbooks/otrs/templates/default/apache.erb index 17f0df118..e51b83ea2 100644 --- a/cookbooks/otrs/templates/default/apache.erb +++ b/cookbooks/otrs/templates/default/apache.erb @@ -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