Skip to content
This repository has been archived by the owner on May 20, 2019. It is now read-only.

kinesisptyltd/chef-nginx

 
 

Repository files navigation

chef-nginx

Installs the nginx web server. This has been heavily modified from upstream for my needs.

Requirements

Only tested to be working on the following Ubuntu versions below, but may work on earlier versions too.

  • Ubuntu 14.04

Attributes

LWRP

nginx_site

Usage

Just include nginx in your node's run_list:

{
  "run_list": [
    "recipe[nginx]"
  ]
}

Packages

No packages published

Languages

  • Ruby 65.9%
  • Nginx 31.6%
  • HTML 2.5%