From cf1780c81dfd3621e9cb67584395f85fd94f651e Mon Sep 17 00:00:00 2001 From: Daniel Edgar Date: Mon, 20 Oct 2025 16:29:45 -0400 Subject: [PATCH] remove extraneous underscores in the vicinity of inline code blocks --- .../virtualserver-and-virtualserverroute-resources.md | 2 +- content/includes/waf/install-update-configuration.md | 4 ++-- content/waf/install/virtual-environment.md | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/content/includes/nic/configuration/virtualserver-and-virtualserverroute-resources.md b/content/includes/nic/configuration/virtualserver-and-virtualserverroute-resources.md index 2807c0440..0bfc1f97e 100644 --- a/content/includes/nic/configuration/virtualserver-and-virtualserverroute-resources.md +++ b/content/includes/nic/configuration/virtualserver-and-virtualserverroute-resources.md @@ -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 | {{}} ### VirtualServerRoute.Subroute diff --git a/content/includes/waf/install-update-configuration.md b/content/includes/waf/install-update-configuration.md index 4ace1a9cb..d3fa18fe4 100644 --- a/content/includes/waf/install-update-configuration.md +++ b/content/includes/waf/install-update-configuration.md @@ -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; @@ -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 { diff --git a/content/waf/install/virtual-environment.md b/content/waf/install/virtual-environment.md index 232904b91..14252a7bd 100644 --- a/content/waf/install/virtual-environment.md +++ b/content/waf/install/virtual-environment.md @@ -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; @@ -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 {