slackbuilds/network/nginx
Larry Hajali 8f38d49c91 network/nginx: Updated for version 1.6.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2014-09-18 09:51:02 +07:00
..
README network/nginx: Updated for version 1.6.2. 2014-09-18 09:51:02 +07:00
doinst.sh network/nginx: Updated for version 1.4.7 + new maintainer. 2014-04-14 07:30:28 +07:00
nginx.SlackBuild network/nginx: Updated for version 1.6.2. 2014-09-18 09:51:02 +07:00
nginx.info network/nginx: Updated for version 1.6.2. 2014-09-18 09:51:02 +07:00
nginx.logrotate network/nginx: Fixed logrotate script (added "su" directive) 2012-09-12 18:04:36 -05:00
rc.nginx network/nginx: Added (http server and reverse proxy) 2010-06-14 03:18:19 -05:00
slack-desc various: Fix slack-desc formatting and comment nit picks. 2013-11-22 02:29:22 -05:00

README

nginx [engine x] is a high-performance HTTP server and reverse proxy
as well as an IMAP/POP3 proxy server.

By default, nginx will use the "nobody" user and group accounts. You may
specify alternate values on the command line if desired; for example:

    NGINXUSER=backup NGINXGROUP=backup ./nginx.SlackBuild

Regardless of which user and group you decide to use, you will need to make
sure they exist on both the build system and the target system.

Geoip support is now available as an option using the GeopIP package. If you wish
to enable GeoIP the pass USE_GEOIP variable to the slackbuild:

    USE_GEOIP=yes ./nginx.SlackBuild