diff --git a/site-cookbooks/sockethub/recipes/proxy.rb b/site-cookbooks/sockethub/recipes/proxy.rb index c1fb46c..3961386 100644 --- a/site-cookbooks/sockethub/recipes/proxy.rb +++ b/site-cookbooks/sockethub/recipes/proxy.rb @@ -27,8 +27,6 @@ directory "/var/www/sockethub" do recursive true end -include_recipe 'kosmos-nginx' - template "#{node['nginx']['dir']}/sites-available/sockethub" do source 'nginx_conf_sockethub.erb' owner 'www-data'