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

Usage: service nginx14-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/nginx14/root in case of the nginx14
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 nginx14 collection, use the "scl" utility
(see scl(1) for usage) to enable the scl environment properly.

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

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

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

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

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