From 8cbd8dc9954ce525bef0a003624f4ea2d7d9e4de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20=C3=93=20hAodha?= Date: Wed, 1 Dec 2021 11:56:09 +0000 Subject: [PATCH] Fixed out-of-place header --- .../virtualserver-and-virtualserverroute-resources.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/content/configuration/virtualserver-and-virtualserverroute-resources.md b/docs/content/configuration/virtualserver-and-virtualserverroute-resources.md index 8b91532926..22812c9a0a 100644 --- a/docs/content/configuration/virtualserver-and-virtualserverroute-resources.md +++ b/docs/content/configuration/virtualserver-and-virtualserverroute-resources.md @@ -93,12 +93,13 @@ basedOn: scheme |``basedOn`` | The attribute of a request that NGINX will evaluate to send a redirect. The allowed values are ``scheme`` (the scheme of the request) or ``x-forwarded-proto`` (the ``X-Forwarded-Proto`` header of the request). The default is ``scheme``. | ``string`` | No | ### VirtualServer.Policy | {{% /table %}} +### VirtualServer.Policy + The policy field references a [Policy resource](/nginx-ingress-controller/configuration/policy-resource/) by its name and optional namespace. For example: ```yaml name: access-control ``` -### VirtualServer.Policy {{% table %}} |Field | Description | Type | Required |