mirror of
https://github.com/Ponce/slackbuilds
synced 2024-12-01 01:00:03 +01:00
e182f46165
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
20 lines
833 B
Text
20 lines
833 B
Text
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.
|
|
|
|
Beginning with version 1.4, the SPDY protocol is supported, however it is not
|
|
build by default. If you wish to enable it you need to change USE_SPDY variable:
|
|
|
|
USE_SPDY=yes ./nginx.SlackBuild
|
|
|
|
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
|