Package nginx16 provides Nginx web server as a Software
Collection.  For more information about Software Collections, see
scl(1).  By installing the nginx16 collection, you will get a
minimal set of packages to have a working Nginx web server.

Usage: service nginx16-nginx start

Software Collections allows use of applications which are not located
in the filesystem root hierarchy but are present in an alternative
location, which is /opt/rh/nginx16/root in case of the nginx16
collection.

Nginx is a web server and a reverse proxy server for HTTP, SMTP, POP3 and
IMAP protocols, with a strong focus on high concurrency, performance and low
memory usage.

When working with the nginx16 collection, use the "scl" utility
(see scl(1) for usage) to enable the scl environment properly.

Configuration for the nginx16 software collection is located under /opt/rh/nginx16/root/etc.

Examples:
scl enable nginx16 'command --arg'
  Run a specific command with argument --arg within nginx16 software collections
  environment.

scl enable nginx16 bash
  Run interactive shell where nginx16 software collection is enabled.

scl enable nginx16 'man nginx'
  Show man pages for nginx command, which is part of the nginx16 software
  collection.

Report bugs to <http://bugzilla.redhat.com>.
