Skip to content

Instantly share code, notes, and snippets.

@trobrock
Created August 31, 2012 18:47
Show Gist options
  • Save trobrock/3557235 to your computer and use it in GitHub Desktop.
Save trobrock/3557235 to your computer and use it in GitHub Desktop.
name "application"
run_list "application"
ssl_path = File.join(File.dirname(node['nginx']['conf_dir']), 'ssl')
directory ssl_path do
recursive true
end
name "web"
run_list "nginx"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment