From b4d604fb80845b56a61488ba52709e554cf832aa Mon Sep 17 00:00:00 2001 From: Michael Pleshakov Date: Fri, 26 Mar 2021 16:40:00 -0700 Subject: [PATCH] Add notes about NGINX Plus only features --- docs-web/configuration/transportserver-resource.md | 3 ++- .../virtualserver-and-virtualserverroute-resources.md | 4 ++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/docs-web/configuration/transportserver-resource.md b/docs-web/configuration/transportserver-resource.md index 9cbc8c63f0..9072cb0ed7 100644 --- a/docs-web/configuration/transportserver-resource.md +++ b/docs-web/configuration/transportserver-resource.md @@ -222,9 +222,10 @@ healthCheck: fails: 5 passes: 5 port: 8080 - ``` +Note: This feature is supported only in NGINX Plus. + ```eval_rst .. list-table:: :header-rows: 1 diff --git a/docs-web/configuration/virtualserver-and-virtualserverroute-resources.md b/docs-web/configuration/virtualserver-and-virtualserverroute-resources.md index f7a084323d..d38a82f216 100644 --- a/docs-web/configuration/virtualserver-and-virtualserverroute-resources.md +++ b/docs-web/configuration/virtualserver-and-virtualserverroute-resources.md @@ -614,6 +614,8 @@ healthCheck: statusMatch: "! 500" ``` +Note: This feature is supported only in NGINX Plus. + ```eval_rst .. list-table:: :header-rows: 1 @@ -697,6 +699,8 @@ sessionCookie: ``` See the [`sticky`](https://nginx.org/en/docs/http/ngx_http_upstream_module.html?#sticky) directive for additional information. The session cookie corresponds to the `sticky cookie` method. +Note: This feature is supported only in NGINX Plus. + ```eval_rst .. list-table:: :header-rows: 1