Installs the nginx web server. This has been heavily modified from upstream for my needs.
Only tested to be working on the following Ubuntu versions below, but may work on earlier versions too.
- Ubuntu 14.04
Just include nginx
in your node's run_list
:
{
"run_list": [
"recipe[nginx]"
]
}