Skip to content

Commit 25441ae

Browse files
authored
fix: include for NGINX on FreeBSD (#1144)
1 parent be83b9b commit 25441ae

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

content/nginx/admin-guide/installing-nginx/installing-nginx-plus.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ NGINX Plus can be installed on the following versions of Debian or Ubuntu:
294294
295295
1. {{< include "nginx-plus/install/check-nginx-binary-version.md" >}}
296296
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 for usage reporting, or uses a custom path for the license file. Configuration can be done in 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/).
298298
299299
1. {{< include "nginx-plus/install/install-nginx-agent-for-nim.md" >}}
300300
@@ -398,7 +398,7 @@ NGINX Plus can be installed on the following versions of Debian or Ubuntu:
398398
399399
1. {{< include "nginx-plus/install/install-nginx-agent-for-nim.md" >}}
400400
401-
## Install Dynamically Loadable Modules {#install_modules}
401+
## Install dynamically loadable modules {#install_modules}
402402
403403
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.
404404
@@ -515,7 +515,7 @@ After installing the module, you will need to:
515515
- enable it with the [`load_module`](https://nginx.org/en/docs/ngx_core_module.html#load_module) directive
516516
- configure it according to the module's documentation
517517
518-
### Enabling Dynamic Modules {#enable_dynamic}
518+
### Enabling dynamic modules {#enable_dynamic}
519519
520520
To enable a dynamic module:
521521
@@ -694,7 +694,7 @@ For a community dynamic module to work with NGINX Plus, it must be compiled alo
694694
695695
After installing the module, you need to enable it in the NGINX Plus configuration file. For more information, see [Enabling Dynamic Modules](#enable_dynamic).
696696
697-
## NGINX Plus Unprivileged Installation {#unpriv_install}
697+
## NGINX Plus unprivileged installation {#unpriv_install}
698698
699699
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.
700700
@@ -787,7 +787,7 @@ With this script, you can also upgrade an existing unprivileged installation of
787787
./ngxunprivinst.sh upgrade [-y] -p <path> <file1.rpm> <file2.rpm>
788788
```
789789
790-
## NGINX Plus Offline Installation {#offline_install}
790+
## NGINX Plus offline installation {#offline_install}
791791
792792
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.
793793
@@ -982,7 +982,7 @@ To upgrade your NGINX Plus installation to the newest version:
982982
nginx version: nginx/1.29.0 (nginx-plus-r35)
983983
```
984984
985-
## Upgrade NGINX Plus Modules {#upgrade_modules}
985+
## Upgrade NGINX Plus modules {#upgrade_modules}
986986
987987
The upgrade procedure depends on how the module was supplied and installed.
988988
@@ -992,7 +992,7 @@ The upgrade procedure depends on how the module was supplied and installed.
992992
993993
- [Community](#community-dynamic-modules) dynamic modules must be recompiled against the corresponding NGINX Open Source version. See [Installing NGINX Community Modules](#install_modules_oss).
994994
995-
## Explore Related Topics
995+
## Explore related topics
996996
997997
### Install NGINX App Protect
998998

0 commit comments

Comments
 (0)