You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/nginx/admin-guide/installing-nginx/installing-nginx-plus.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -294,7 +294,7 @@ NGINX Plus can be installed on the following versions of Debian or Ubuntu:
294
294
295
295
1. {{< include "nginx-plus/install/check-nginx-binary-version.md">}}
296
296
297
-
1. {{< include "nginx-plus/install/configure-usage-reporting.md">}}
297
+
1. Make sure license reporting to F5 licensing endpoint is configured. By default, no configuration is required. However, it becomes necessary when NGINX Plus is installed in a disconnected environment, uses NGINX Instance Manager forusage reporting, or uses a custom path for the license file. Configuration can be donein the [`mgmt {}`](https://nginx.org/en/docs/ngx_mgmt_module.html) block of the NGINX Plus configuration file (`/usr/local/etc/nginx/nginx.conf`). For more information, see [About Subscription Licenses](https://docs.nginx.com/solutions/about-subscription-licenses/).
298
298
299
299
1. {{< include "nginx-plus/install/install-nginx-agent-for-nim.md">}}
300
300
@@ -398,7 +398,7 @@ NGINX Plus can be installed on the following versions of Debian or Ubuntu:
398
398
399
399
1. {{< include "nginx-plus/install/install-nginx-agent-for-nim.md" >}}
NGINX Plus functionality can be extended with dynamically loadable modules. They can be added or updated independently of the core binary, enabling powerful capabilities such as advanced security, traffic shaping, telemetry, embedded scripting, geolocation, and many more.
404
404
@@ -515,7 +515,7 @@ After installing the module, you will need to:
515
515
- enable it with the [`load_module`](https://nginx.org/en/docs/ngx_core_module.html#load_module) directive
516
516
- configure it according to the module's documentation
517
517
518
-
### Enabling Dynamic Modules {#enable_dynamic}
518
+
### Enabling dynamic modules {#enable_dynamic}
519
519
520
520
To enable a dynamic module:
521
521
@@ -694,7 +694,7 @@ For a community dynamic module to work with NGINX Plus, it must be compiled alo
694
694
695
695
After installing the module, you need to enable it in the NGINX Plus configuration file. For more information, see [Enabling Dynamic Modules](#enable_dynamic).
696
696
697
-
## NGINX Plus Unprivileged Installation {#unpriv_install}
697
+
## NGINX Plus unprivileged installation {#unpriv_install}
698
698
699
699
In some environments, access to the root account is restricted for security reasons. On Linux systems, this limitation prevents the use of package managers to install NGINX Plus without root privileges.
700
700
@@ -787,7 +787,7 @@ With this script, you can also upgrade an existing unprivileged installation of
## NGINX Plus Offline Installation {#offline_install}
790
+
## NGINX Plus offline installation {#offline_install}
791
791
792
792
This section explains how to install NGINX Plus and its [dynamic modules]({{< ref "/nginx/admin-guide/dynamic-modules/dynamic-modules.md" >}}) on a server with limited or no Internet access.
793
793
@@ -982,7 +982,7 @@ To upgrade your NGINX Plus installation to the newest version:
982
982
nginx version: nginx/1.29.0 (nginx-plus-r35)
983
983
```
984
984
985
-
## Upgrade NGINX Plus Modules {#upgrade_modules}
985
+
## Upgrade NGINX Plus modules {#upgrade_modules}
986
986
987
987
The upgrade procedure depends on how the module was supplied and installed.
988
988
@@ -992,7 +992,7 @@ The upgrade procedure depends on how the module was supplied and installed.
992
992
993
993
- [Community](#community-dynamic-modules) dynamic modules must be recompiled against the corresponding NGINX Open Source version. See [Installing NGINX Community Modules](#install_modules_oss).
0 commit comments