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

[BUGFIX] Fix php settings (wrong file)

parent a78f21da
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@
if node['platform_version'] == '16.04'
package 'php-xdebug'
template '/etc/php/7.0/fpm/conf.d/xdebug.ini' do
template '/etc/php/7.0/apache2/conf.d/xdebug.ini' do
mode '0644'
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