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

[BUGFIX] Remove obsolete prefork package stuff

parent 34d946fc
No related branches found
No related tags found
No related merge requests found
......@@ -130,8 +130,7 @@ else
end
end
# enable Apache modules (we need to disable php and prefork)
execute "a2dismod php#{node['ubuntu_base']['php_version']} mpm_prefork"
# enable Apache modules
%w{expires deflate rewrite headers http2 ssl proxy_fcgi mpm_event}.each do |module_name|
execute 'a2enmod ' + module_name
end
......
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