Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ Note that each subroute must have a `path` that starts with the same prefix (her
|``host`` | The host (domain name) of the server. Must be a valid subdomain as defined in RFC 1123, such as ``my-app`` or ``hello.example.com``. When using a wildcard domain like ``*.example.com`` the domain must be contained in double quotes. Must be the same as the ``host`` of the VirtualServer that references this resource. | ``string`` | Yes |
|``upstreams`` | A list of upstreams. | [[]upstream](#upstream) | No |
|``subroutes`` | A list of subroutes. | [[]subroute](#virtualserverroutesubroute) | No |
|``ingressClassName`` | Specifies which Ingress Controller must handle the VirtualServerRoute resource. Must be the same as the ``ingressClassName`` of the VirtualServer that references this resource. | ``string``_ | No |
|``ingressClassName`` | Specifies which Ingress Controller must handle the VirtualServerRoute resource. Must be the same as the ``ingressClassName`` of the VirtualServer that references this resource. | ``string`` | No |
{{</bootstrap-table>}}

### VirtualServerRoute.Subroute
Expand Down
4 changes: 2 additions & 2 deletions content/includes/waf/install-update-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Here are two examples of how these additions could look in configuration files:

{{% tab name="nginx.conf" %}}

The default path for this file is `_/etc/nginx/nginx.conf_`.
The default path for this file is `/etc/nginx/nginx.conf`.

```nginx {hl_lines=[5, 33]}
user nginx;
Expand Down Expand Up @@ -77,7 +77,7 @@ http {

{{% tab name="default.conf" %}}

The default path for this file is `_/etc/nginx/conf.d/default.conf_`.
The default path for this file is `/etc/nginx/conf.d/default.conf`.

```nginx {hl_lines=[10]}
server {
Expand Down
4 changes: 2 additions & 2 deletions content/waf/install/virtual-environment.md
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ Here are two examples of how these additions could look in configuration files:

{{% tab name="nginx.conf" %}}

The default path for this file is `_/etc/nginx/nginx.conf_`.
The default path for this file is `/etc/nginx/nginx.conf`.

```nginx {hl_lines=[5]}
user nginx;
Expand Down Expand Up @@ -268,7 +268,7 @@ http {

{{% tab name="default.conf" %}}

The default path for this file is `_/etc/nginx/conf.d/default.conf_`.
The default path for this file is `/etc/nginx/conf.d/default.conf`.

```nginx {hl_lines=[9]}
server {
Expand Down