Skip to content
Snippets Groups Projects
Commit 6c1299d3 authored by Stefan Galinski's avatar Stefan Galinski :video_game:
Browse files

[BUGFIX] Fix wrong HTTP/2 disable condition

parent 0f0353d4
No related branches found
No related tags found
No related merge requests found
......@@ -77,7 +77,7 @@ if node['platform_version'] == '16.04'
apache_module 'http2' do
disable true
only_if { not node['typo3_site']['allow_http2'] }
only_if { node['typo3_site']['allow_http2'] }
end
else
include_recipe 'apache2::mod_php5'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment