Blame SOURCES/README

127424
NAME
127424
       %{scl_name}  -  manual page for %{scl_name} %{version} Software Collec‐
127424
       tion
127424
127424
SYNOPSIS
127424
       scl enable %{scl_name} 'nginx'
127424
127424
       %{service_start}
127424
127424
DESCRIPTION
127424
       Package %{scl_name} provides Nginx web server as a Software Collection.
127424
       For  more  information  about  Software Collections, see the scl(1) man
127424
       page. By installing the %{scl_name} collection, you will get the mini‐
127424
       mum working set of packages to have a working nginx web server.
127424
127424
       Software Collections allows the use of applications which are not located
127424
       in the filesystem root hierarchy but are present in an alternative
127424
       location, which is %{_scl_root} in case of the %{scl_name} collection.
127424
127424
       Nginx  is  a web server and a reverse proxy server for HTTP, SMTP, POP3
127424
       and IMAP protocols, with a strong focus on  high  concurrency,  perfor‐
127424
       mance and low memory usage.
127424
127424
       When  you  want	to  work  with the %{scl_name} collection, use the scl
127424
       utility (see the scl(1) man page for usage) to enable the scl  environ‐
127424
       ment.
127424
127424
EXAMPLES
127424
       scl enable %{scl_name} 'command --arg'
127424
127424
	      Run  a  specific command  with  the  argument  --arg within the
127424
	      environment of the %{scl_name} software collection.
127424
127424
       scl enable %{scl_name} bash
127424
127424
	      Run  an  interactive shell with the %{scl_name} software collec‐
127424
	      tion enabled.
127424
127424
       scl enable %{scl_name} 'man nginx'
127424
127424
	      Show man pages for the nginx command, which is  a	 part  of  the
127424
	      %{scl_name} software collection.
127424
127424
REPORTING BUGS
127424
       Report bugs to <http://bugzilla.redhat.com>.