]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/nginx/recipes/default.rb
Nginx: drop spdy + log/keepalive tweaks + cleanups
[chef.git] / cookbooks / nginx / recipes / default.rb
index b92d15749fffef25500da8a806c409c580fec096..2c8b00a469baa65a41c83c92437de3b9faca591b 100644 (file)
@@ -29,7 +29,7 @@ template "/etc/nginx/nginx.conf" do
 end
 
 service "nginx" do
-  action [ :enable ]
+  action [:enable]
   supports :status => true, :restart => true, :reload => true
   subscribes :restart, "template[/etc/nginx/nginx.conf]"
 end