Skip to content

Instantly share code, notes, and snippets.

@mknkisk
Last active May 14, 2016 17:54
Show Gist options
  • Save mknkisk/f5b596b85f4e0015a5d833fbeb628c29 to your computer and use it in GitHub Desktop.
Save mknkisk/f5b596b85f4e0015a5d833fbeb628c29 to your computer and use it in GitHub Desktop.
Itamae Nginx Recipe
# Nginx をインストール
package 'nginx'
# Nginx
service 'nginx' do
# サービスの有効化, 起動
action [:enable, :start]
end
# nginx
include_recipe "../cookbooks/nginx/default.rb"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment