Upgrade to Pro — share decks privately, control downloads, hide ads and more …

cooking infrastructure with chef

Sponsored · SiteGround - Reliable hosting with speed, security, and support you can count on.

cooking infrastructure with chef

An introduction to Chef with the simplest Chef that could possibly work.

Avatar for Mathias Meyer

Mathias Meyer

May 13, 2013
Tweet

More Decks by Mathias Meyer

Other Decks in Technology

Transcript

  1. server { listen 80; server_name <%= @host_name %>; root <%=

    @www_root %>; location / { index index.html } }