From 21309e5610956f89b15052aed6ebb6e208a85642 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Mon, 14 Mar 2022 03:03:32 -0400 Subject: network/nginx: Wrap README at 72 columns. Signed-off-by: B. Watson --- network/nginx/README | 37 ++++++++++++++++++++----------------- 1 file changed, 20 insertions(+), 17 deletions(-) (limited to 'network/nginx') diff --git a/network/nginx/README b/network/nginx/README index 32da46bdd9..b8437d7888 100644 --- a/network/nginx/README +++ b/network/nginx/README @@ -4,29 +4,32 @@ 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 + 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. +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 GEOIP variable to the slackbuild: +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: - GEOIP=yes ./nginx.SlackBuild + GEOIP=yes ./nginx.SlackBuild -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: +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 + GPERF=yes ./nginx.SlackBuild -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. +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. - ADDMODULE="/tmp/passenger-release-5.0.13/ext/nginx" ./nginx.SlackBuild + ADDMODULE="/tmp/passenger-release-5.0.13/ext/nginx" ./nginx.SlackBuild -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. +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. - DYNAMIC=yes ./nginx.SlackBuild + DYNAMIC=yes ./nginx.SlackBuild -- cgit v1.2.3