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/dynamic-modules/acme.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
@@ -29,7 +29,7 @@ The installation process closely follows the [NGINX Plus installation procedure]
29
29
Expected output of the command:
30
30
31
31
```shell
32
-
nginx version: nginx/1.29.0 (nginx-plus-r35)
32
+
nginx version: nginx/1.29.3 (nginx-plus-r36)
33
33
```
34
34
35
35
3. Ensure you have the **nginx-repo.crt** and **nginx-repo.key** files from [MyF5 Customer Portal](https://account.f5.com/myf5) in the **/etc/ssl/nginx/** directory. These files are required for accessing the NGINX Plus repository.
Copy file name to clipboardExpand all lines: content/nginx/admin-guide/dynamic-modules/opentelemetry.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
@@ -43,7 +43,7 @@ The installation process closely follows the [NGINX Plus installation procedure]
43
43
Expected output of the command:
44
44
45
45
```shell
46
-
nginx version: nginx/1.29.0 (nginx-plus-r35)
46
+
nginx version: nginx/1.29.3 (nginx-plus-r36)
47
47
```
48
48
49
49
3. Ensure you have the **nginx-repo.crt** and **nginx-repo.key** files from [MyF5 Customer Portal](https://account.f5.com/myf5) in the **/etc/ssl/nginx/** directory. These files are required for accessing the NGINX Plus repository.
@@ -688,7 +688,7 @@ For a community dynamic module to work with NGINX Plus, it must be compiled alo
688
688
1. Make a copy of the module file and include the NGINX Open Source version in the filename. This makes it simpler to manage multiple versions of a dynamic module in the production environment.
After installing the module, you need to enable it in the NGINX Plus configuration file. For more information, see [Enabling Dynamic Modules](#enable_dynamic).
@@ -990,7 +990,7 @@ To upgrade your NGINX Plus installation to the newest version:
Copy file name to clipboardExpand all lines: content/nginx/admin-guide/monitoring/live-activity-monitoring.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
@@ -398,12 +398,12 @@ The JSON data returned:
398
398
399
399
```json
400
400
{
401
-
"version" : "1.29.0",
402
-
"build" : "nginx-plus-r35",
401
+
"version" : "1.29.3",
402
+
"build" : "nginx-plus-r36",
403
403
"address" : "206.251.255.64",
404
404
"generation" : 14,
405
-
"load_timestamp" : "2025-08-01T10:00:00.114Z",
406
-
"timestamp" : "2025-08-01T14:06:36.475Z",
405
+
"load_timestamp" : "2025-12-01T10:00:00.114Z",
406
+
"timestamp" : "2025-12-01T14:06:36.475Z",
407
407
"pid" : 2201,
408
408
"ppid" : 92033
409
409
}
@@ -419,8 +419,8 @@ The JSON data returned:
419
419
420
420
```json
421
421
{
422
-
"version" : "1.29.0",
423
-
"build" : "nginx-plus-r35"
422
+
"version" : "1.29.3",
423
+
"build" : "nginx-plus-r36"
424
424
}
425
425
```
426
426
@@ -521,7 +521,7 @@ To enable the Swagger UI:
521
521
522
522
|OpenAPI YAML File/API Version | NGINX Plus Version | Changes |
523
523
| ---| --- | --- |
524
-
|[{{<icon "download">}}OpenAPI v2](/nginx/admin-guide/yaml/v9/nginx_api.yaml) for API version 9 | NGINX Plus Releases [33]({{< ref "/nginx/releases.md#r33" >}}), [34]({{< ref "nginx/releases.md#r34" >}})| The [`/license`](https://nginx.org/en/docs/http/ngx_http_api_module.html#license) data were added|
524
+
|[{{<icon "download">}}OpenAPI v2](/nginx/admin-guide/yaml/v9/nginx_api.yaml) for API version 9 | NGINX Plus Releases [33]({{< ref "/nginx/releases.md#r33" >}}), [34]({{< ref "nginx/releases.md#r34" >}}), [35]({{< ref "nginx/releases.md#r35" >}}), [36]({{< ref "nginx/releases.md#r36" >}}) | The [`/license`](https://nginx.org/en/docs/http/ngx_http_api_module.html#license) data were added|
525
525
|[{{<icon "download">}}OpenAPI v2](/nginx/admin-guide/yaml/v9/nginx_api.yaml) for API version 9 | NGINX Plus Releases [30]({{< ref "nginx/releases.md#r30" >}}), [31]({{< ref "nginx/releases.md#r31" >}}), [32]({{< ref "nginx/releases.md#r32" >}}) | The [`/workers/`](https://nginx.org/en/docs/http/ngx_http_api_module.html#workers_) data were added|
526
526
|[{{<icon "download">}}OpenAPI v2](/nginx/admin-guide/yaml/v8/nginx_api.yaml) for API version 8 | NGINX Plus Releases [27]({{< ref "nginx/releases.md#r27" >}}), [28]({{< ref "nginx/releases.md#r28" >}}), [29]({{< ref "nginx/releases.md#r29" >}}) | SSL statistics for each HTTP [upstream](https://nginx.org/en/docs/http/ngx_http_api_module.html#def_nginx_http_upstream) and stream [upstream](https://nginx.org/en/docs/http/ngx_http_api_module.html#def_nginx_stream_upstream), SSL statistics for each HTTP [server zone](https://nginx.org/en/docs/http/ngx_http_api_module.html#def_nginx_http_server_zone) and stream [server zone](https://nginx.org/en/docs/http/ngx_http_api_module.html#def_nginx_stream_server_zone), extended statistics for [SSL](https://nginx.org/en/docs/http/ngx_http_api_module.html#def_nginx_ssl_object) endpoint|
527
527
|[{{<icon "download">}}OpenAPI v2](/nginx/admin-guide/yaml/v7/nginx_api.yaml) for API version 7 | NGINX Plus Releases [25]({{< ref "nginx/releases.md#r25" >}}), [26]({{< ref "nginx/releases.md#r26" >}}),| The `codes` data in `responses` for each HTTP [upstream](https://nginx.org/en/docs/http/ngx_http_api_module.html#def_nginx_http_upstream), [server zone](https://nginx.org/en/docs/http/ngx_http_api_module.html#def_nginx_http_server_zone), and [location zone](https://nginx.org/en/docs/http/ngx_http_api_module.html#def_nginx_http_location_zone) were added|
0 commit comments