Install Nginx

Centos 7

# yum install epel-release
# yum install nginx

Debian and Ubuntu

# apt-get --no-install-recommends install nginx

Previous: Install Ruby and Bundler Next: Set up Docker

The content of this documentation is licensed under the Creative Commons Attribution-Share Alike 3.0 United States licence.
Code samples in this documentation are licensed under the Apache License, Version 2.0.