Skip to content

Commit

Permalink
Add notes about NGINX Plus only features
Browse files Browse the repository at this point in the history
  • Loading branch information
pleshakov committed Mar 29, 2021
1 parent 5258d75 commit b4d604f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs-web/configuration/transportserver-resource.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -614,6 +614,8 @@ healthCheck:
statusMatch: "! 500"
```

Note: This feature is supported only in NGINX Plus.

```eval_rst
.. list-table::
:header-rows: 1
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit b4d604f

Please sign in to comment.