Skip to content

Instantly share code, notes, and snippets.

@zzondlo
zzondlo / dna.json
Created February 23, 2012 03:06 — forked from fnichol/dna.json
Example webapp server configured with chef-solo dna.json
{
"webapp": {
"web_server": "apache2",
"vhosts": [
{ "id": "production",
"host_name": "main.example.com",
"non_ssl_server": true,
"www_redirect": false,
"ssl_server": true,
"ssl_www_redirect": false
@zzondlo
zzondlo / dna.json
Created February 23, 2012 02:48 — forked from fnichol/dna.json
Example webapp server configured with chef-solo dna.json
{
"webapp": {
"web_server": "apache2",
"vhosts": [
{ "id": "production",
"host_name": "main.example.com",
"non_ssl_server": true,
"www_redirect": false,
"ssl_server": true,
"ssl_www_redirect": false