Blame SOURCES/README

64d6a9
Package %{scl_name} provides Nginx web server as a Software
64d6a9
Collection.  For more information about Software Collections, see
64d6a9
scl(1).  By installing the %{scl_name} collection, you will get a
64d6a9
minimal set of packages to have a working Nginx web server.
64d6a9
64d6a9
%if 0%{?rhel} >= 7
64d6a9
Usage: systemctl start %{?scl_prefix}nginx
64d6a9
%else
64d6a9
Usage: service %{?scl_prefix}nginx start
64d6a9
%endif
64d6a9
64d6a9
Software Collections allows use of applications which are not located
64d6a9
in the filesystem root hierarchy but are present in an alternative
64d6a9
location, which is %{_scl_root} in case of the %{scl_name}
64d6a9
collection.
64d6a9
64d6a9
Nginx is a web server and a reverse proxy server for HTTP, SMTP, POP3 and
64d6a9
IMAP protocols, with a strong focus on high concurrency, performance and low
64d6a9
memory usage.
64d6a9
64d6a9
When working with the %{scl_name} collection, use the "scl" utility
64d6a9
(see scl(1) for usage) to enable the scl environment properly.
64d6a9
64d6a9
Configuration for the %{scl_name} software collection is located under %{_sysconfdir}.
64d6a9
64d6a9
Examples:
64d6a9
scl enable %{scl_name} 'command --arg'
64d6a9
  Run a specific command with argument --arg within %{scl_name} software collections
64d6a9
  environment.
64d6a9
64d6a9
scl enable %{scl_name} bash
64d6a9
  Run interactive shell where %{scl_name} software collection is enabled.
64d6a9
64d6a9
scl enable %{scl_name} 'man nginx'
64d6a9
  Show man pages for nginx command, which is part of the %{scl_name} software
64d6a9
  collection.
64d6a9
64d6a9
Report bugs to <http://bugzilla.redhat.com>.