2017-01-21 16:46:09 +01:00
|
|
|
nginx [engine x] is a high-performance HTTP server and reverse proxy
|
|
|
|
as well as an IMAP/POP3 proxy server.
|
2010-06-14 08:35:07 +02:00
|
|
|
|
2017-01-21 16:46:09 +01:00
|
|
|
By default, nginx will use the "nobody" user and group accounts. You may
|
|
|
|
specify alternate values on the command line if desired; for example:
|
2011-06-24 02:52:56 +02:00
|
|
|
|
2013-06-05 10:08:31 +02:00
|
|
|
NGINXUSER=backup NGINXGROUP=backup ./nginx.SlackBuild
|
2010-06-14 08:35:07 +02:00
|
|
|
|
2017-01-21 16:46:09 +01:00
|
|
|
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.
|
2013-06-05 10:08:31 +02:00
|
|
|
|
2017-01-21 16:46:09 +01:00
|
|
|
Geoip support is now available as an option using the GeopIP package. If you wish
|
|
|
|
to enable GeoIP the pass GEOIP variable to the slackbuild:
|
2014-04-14 02:30:28 +02:00
|
|
|
|
2015-07-11 00:53:07 +02:00
|
|
|
GEOIP=yes ./nginx.SlackBuild
|
|
|
|
|
2017-07-13 05:17:58 +02:00
|
|
|
Support for gperftools is available as an option using the gperftools package.
|
|
|
|
If you wish to enable gperftools pass the GPERF variable to the slackbuild:
|
|
|
|
|
|
|
|
GPERF=yes ./nginx.SlackBuild
|
|
|
|
|
2017-01-21 16:46:09 +01:00
|
|
|
Extra modules not included with stock nginx can be added by passing them as a
|
|
|
|
variable to the slackbuild as a space separated list of full paths to modules.
|
|
|
|
List of extra 3rd party modules available at http://wiki.nginx.org/3rdPartyModules.
|
2015-07-11 00:53:07 +02:00
|
|
|
|
2017-01-21 16:46:09 +01:00
|
|
|
ADDMODULE="/tmp/passenger-release-5.0.13/ext/nginx" ./nginx.SlackBuild
|
2015-07-11 00:53:07 +02:00
|
|
|
|
2017-01-21 16:46:09 +01:00
|
|
|
Using the optional dynamic loadable module support in nginx >= 1.10.0. Understand
|
|
|
|
that dynamic modules are a new feature in nginx and issues may arise until further
|
|
|
|
testing is done.
|
2015-07-11 00:53:07 +02:00
|
|
|
|
2017-01-21 16:46:09 +01:00
|
|
|
DYNAMIC=yes ./nginx.SlackBuild
|
2017-07-13 05:17:58 +02:00
|
|
|
|
|
|
|
Optional dependency: libwebp (requires gd to be recompiled)
|