/h5bp-nginx-php

Stab at creating an nginx / php5-fpm cookbook that uses the best practices from the html5 boilerplate nginx config

Primary LanguageRubyMIT LicenseMIT

h5bp-nginx-php cookbook

Requirements

Requires the following cookbooks

Usage

h5bp_nginx_site "my_app" do
    docroot "/var/www/my_app/"
    server_name "my_app.site"
    template "my_app.conf.erb"
end