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