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

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

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

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

scl enable rh-passenger40 bash
  Run interactive shell where rh-passenger40 software collection is enabled.

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

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