Skip to content

Commit

Permalink
Fixed out-of-place header
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasohaodha committed Dec 6, 2021
1 parent 59261a9 commit 84f0135
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down

0 comments on commit 84f0135

Please sign in to comment.