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/basic-functionality/runtime-control.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ This section describes the processes that NGINX starts at run time and how to co
13
13
14
14
## Master and Worker Processes
15
15
16
-
NGINX has one master process and one or more worker processes. If [caching]({{< relref "../content-cache/content-caching.md" >}}) is enabled, the cache loader and cache manager processes also run at startup.
16
+
NGINX has one master process and one or more worker processes. If [caching]({{< ref "nginx/admin-guide/content-cache/content-caching.md" >}}) is enabled, the cache loader and cache manager processes also run at startup.
17
17
18
18
The main purpose of the master process is to read and evaluate configuration files, as well as maintain the worker processes.
Copy file name to clipboardExpand all lines: content/nginx/admin-guide/dynamic-modules/brotli.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ The [ngx_brotli](https://github.com/google/ngx_brotli) module enables Brotli com
21
21
22
22
## Prerequisites
23
23
24
-
1. Check the [Technical Specifications]({{< relref "../../technical-specs.md" >}}) page to verify that the module is supported by your operating system.
24
+
1. Check the [Technical Specifications]({{< ref "nginx/technical-specs.md" >}}) page to verify that the module is supported by your operating system.
25
25
26
26
2. If required, install the **epel-release** dependency
27
27
@@ -116,4 +116,4 @@ After installation you will need to enable and configure Brotli modules in NGINX
Copy file name to clipboardExpand all lines: content/nginx/admin-guide/dynamic-modules/cookie-flag.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ type:
10
10
- how-to
11
11
---
12
12
13
-
> **Note**: The module was deprecated in <ahref="../../../releases/#r23">Release 23</a> and removed in <ahref="../../../releases/#r26">Release 26</a>. The [`proxy_cookie_flags`](https://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_cookie_flags) directive implements native support for setting cookie flags and replaces the module. See [Native Method for Setting Cookie Flags](https://www.nginx.com/blog/nginx-plus-r23-released#cookie-flags) for details.
13
+
> **Note**: The module was deprecated in [Release 23]({{< ref "nginx/releases.md#r23" >}}) and removed in [Release 26]({{< ref "nginx/releases.md#r26" >}}). The [`proxy_cookie_flags`](https://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_cookie_flags) directive implements native support for setting cookie flags and replaces the module. See [Native Method for Setting Cookie Flags](https://www.nginx.com/blog/nginx-plus-r23-released#cookie-flags) for details.
Copy file name to clipboardExpand all lines: content/nginx/admin-guide/dynamic-modules/dynamic-modules.md
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ type:
12
12
<spanid="overview"></span>
13
13
## Overview
14
14
15
-
F5 NGINX Plus uses a modular architecture. New features and functionality can be added with software modules, which can be plugged into a running NGINX Plus instance on demand. Dynamic modules add functionality to NGINX Plus such as [geolocating users by IP address]({{< relref "./geoip2.md" >}}), [resizing images]({{< ref "image-filter.md" >}}), and embedding [NGINX JavaScript njs]({{< ref "nginscript.md" >}}) or [Lua]({{< relref "./lua.md" >}}) scripts into the NGINX Plus event‑processing model. Modules are created both by NGINX and third‑party developers.
15
+
F5 NGINX Plus uses a modular architecture. New features and functionality can be added with software modules, which can be plugged into a running NGINX Plus instance on demand. Dynamic modules add functionality to NGINX Plus such as [geolocating users by IP address]({{< ref "geoip2.md" >}}), [resizing images]({{< ref "image-filter.md" >}}), and embedding [NGINX JavaScript njs]({{< ref "nginscript.md" >}}) or [Lua]({{< ref "nginx/admin-guide/dynamic-modules/lua.md" >}}) scripts into the NGINX Plus event‑processing model. Modules are created both by NGINX and third‑party developers.
16
16
17
17
<imgsrc="/nginx/images/nginx-plus-dynamic-module-plug-ins.png"alt="NGINX Plus allows features to be plugged in on demand"width="500"height="500"style="border:2pxsolid#666666; padding:2px; margin:2px;" />
To get started using dynamic modules, first install the latest NGINX Plus release, following the [installation instructions]({{< relref "../installing-nginx/installing-nginx-plus.md" >}}). Dynamic modules are supported in [NGINX Plus Release 9 (R9)]({{< ref "/nginx/releases.md#r9" >}}) and later.
73
+
To get started using dynamic modules, first install the latest NGINX Plus release, following the [installation instructions]({{< ref "nginx/admin-guide/installing-nginx/installing-nginx-plus.md" >}}). Dynamic modules are supported in [NGINX Plus Release 9 (R9)]({{< ref "/nginx/releases.md#r9" >}}) and later.
74
74
75
75
76
76
<spanid="modules_all"></span>
@@ -109,7 +109,7 @@ NGINX Plus Certified Modules can be found on the [Dynamic Modules page](https://
109
109
<spanid="caveats"></span>
110
110
### Caveats
111
111
112
-
Some modules are not available for certain OS versions because of OS limitations. For details, see the [NGINX Plus Technical Specifications]({{< relref "../../technical-specs.md" >}}).
112
+
Some modules are not available for certain OS versions because of OS limitations. For details, see the [NGINX Plus Technical Specifications]({{< ref "nginx/technical-specs.md" >}}).
113
113
114
114
115
115
<spanid="compile"></span>
@@ -127,7 +127,7 @@ To uninstall a dynamic module, please follow the [Uninstalling a dynamic module]
Copy file name to clipboardExpand all lines: content/nginx/admin-guide/dynamic-modules/encrypted-session.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ The Encrypted Session dynamic module provides encryption and decryption support
14
14
<spanid="prereq"></span>
15
15
## Prerequisites
16
16
17
-
1. Check the [Technical Specifications]({{< relref "../../technical-specs.md" >}}) page to verify that the module is supported by your operating system.
17
+
1. Check the [Technical Specifications]({{< ref "nginx/technical-specs.md" >}}) page to verify that the module is supported by your operating system.
18
18
19
19
2. Prior to installing the module, verify that the [NDK]({{< ref "ndk.md" >}}) module is already installed.
20
20
@@ -90,4 +90,4 @@ After installation you will need to enable and configure the module in F5 NGINX
Copy file name to clipboardExpand all lines: content/nginx/admin-guide/dynamic-modules/fips.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ For F5 NGINX Plus, the cryptographic boundary includes all functionality that is
15
15
<spanid="install"></span>
16
16
## Installation
17
17
18
-
1. Check the [Technical Specifications]({{< relref "../../technical-specs.md" >}}) page to verify that the module is supported by your operating system.
18
+
1. Check the [Technical Specifications]({{< ref "nginx/technical-specs.md" >}}) page to verify that the module is supported by your operating system.
19
19
20
20
2. Install the FIPS module package `nginx-plus-module-fips-check`.
21
21
@@ -85,4 +85,4 @@ After installation you will need to enable and configure the module in NGINX Plu
Copy file name to clipboardExpand all lines: content/nginx/admin-guide/dynamic-modules/geoip.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,13 +9,13 @@ type:
9
9
- how-to
10
10
---
11
11
12
-
{{< note >}} MaxMind GeoLite Legacy databases are currently [discontinued](https://blog.maxmind.com/2018/01/discontinuation-of-the-geolite-legacy-databases), MaxMind GeoIP2 or Geolite2 databases and F5 NGINX Plus [GeoIP2 module]({{< relref "./geoip2.md" >}}) should be used instead. {{< /note >}}
12
+
{{< note >}} MaxMind GeoLite Legacy databases are currently [discontinued](https://blog.maxmind.com/2018/01/discontinuation-of-the-geolite-legacy-databases), MaxMind GeoIP2 or Geolite2 databases and F5 NGINX Plus [GeoIP2 module]({{< ref "geoip2.md" >}}) should be used instead. {{< /note >}}
13
13
14
14
15
15
<spanid="install"></span>
16
16
## Installation
17
17
18
-
1. Check the [Technical Specifications]({{< relref "../../technical-specs.md" >}}) page to verify that the module is supported by your operating system.
18
+
1. Check the [Technical Specifications]({{< ref "nginx/technical-specs.md" >}}) page to verify that the module is supported by your operating system.
19
19
20
20
2. Install the GeoIP module package `nginx-plus-module-geoip`.
21
21
@@ -74,14 +74,14 @@ After installation you will need to enable and configure the module in NGINX Plu
Copy file name to clipboardExpand all lines: content/nginx/admin-guide/dynamic-modules/geoip2.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ type:
19
19
<spanid="install"></span>
20
20
## Installation
21
21
22
-
1. Check the [Technical Specifications]({{< relref "../../technical-specs.md" >}}) page to verify that the module is supported by your operating system.
22
+
1. Check the [Technical Specifications]({{< ref "nginx/technical-specs.md" >}}) page to verify that the module is supported by your operating system.
23
23
24
24
2. Install the GeoIP2 module package `nginx-plus-module-geoip2`.
25
25
@@ -83,12 +83,12 @@ After installation you will need to enable and configure the module in NGINX Plu
83
83
<spanid="info"></span>
84
84
## More Info
85
85
86
-
-[Restricting Access by Geographical Location]({{< relref "../security-controls/controlling-access-by-geoip.md" >}})
86
+
-[Restricting Access by Geographical Location]({{< ref "nginx/admin-guide/security-controls/controlling-access-by-geoip.md" >}})
Copy file name to clipboardExpand all lines: content/nginx/admin-guide/dynamic-modules/headers-more.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ type:
12
12
<spanid="install"></span>
13
13
## Installation
14
14
15
-
1. Check the [Technical Specifications]({{< relref "../../technical-specs.md" >}}) page to verify that the module is supported by your operating system.
15
+
1. Check the [Technical Specifications]({{< ref "nginx/technical-specs.md" >}}) page to verify that the module is supported by your operating system.
16
16
17
17
2. Install the Headers-More module package `nginx-plus-module-headers-more`.
18
18
@@ -79,4 +79,4 @@ After installation you will need to enable and configure the module in F5 NGINX
Copy file name to clipboardExpand all lines: content/nginx/admin-guide/dynamic-modules/http-substitutions-filter.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ type:
12
12
<spanid="install"></span>
13
13
## Installation
14
14
15
-
1. Check the [Technical Specifications]({{< relref "../../technical-specs.md" >}}) page to verify that the module is supported by your operating system.
15
+
1. Check the [Technical Specifications]({{< ref "nginx/technical-specs.md" >}}) page to verify that the module is supported by your operating system.
16
16
17
17
2. Install the HTTP Substitutions Filter module package `nginx-plus-module-subs-filter`.
18
18
@@ -73,4 +73,4 @@ After installation you will need to enable and configure the module in F5 NGINX
0 commit comments