May 2017
Intermediate to advanced
726 pages
15h 38m
English
Say you need to set up a website, which handles a lot of traffic simultaneously. nginx is a web server that is designed to handle many connections and is used by a lot of big web companies such as Facebook, Dropbox, and WordPress.
You'll find nginx packages in most major distributions, but if you want to extend nginx by using modules, you'll need to compile nginx from source.
In this section, we'll configure the nginx community cookbook to do just that.
Let's get ready for set up of nginx:
Berksfile in your Chef repository including the nginx cookbook:
mma@laptop:~/chef-repo $ subl Berksfile
cookbook 'nginx'
nginx cookbook:
mma@laptop:~/chef-repo $ berks install
...TRUNCATED OUTPUT... Installing nginx ...
Read now
Unlock full access