Switch back to the upstream nginx cookbook

chef_nginx is deprecated
This commit is contained in:
Greg Karékinian
2019-03-14 10:35:11 +01:00
parent e20ad9e6f9
commit fc265014de
122 changed files with 565 additions and 617 deletions

View File

@@ -37,7 +37,7 @@ end
include_recipe "php::module_mysql"
node.set_unless['nginx']['default_site_enabled'] = false
include_recipe "chef_nginx"
include_recipe "nginx"
include_recipe "wordpress::app"