From 0875b72a73a554278186feafdca32ae51124fb35 Mon Sep 17 00:00:00 2001 From: nginx-seanmoloney Date: Thu, 20 Jun 2024 18:18:05 +0100 Subject: [PATCH] Fix incorrect bold tag in heading --- site/content/configuration/encrypt-communication.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/content/configuration/encrypt-communication.md b/site/content/configuration/encrypt-communication.md index 11166eb639..e9106df862 100644 --- a/site/content/configuration/encrypt-communication.md +++ b/site/content/configuration/encrypt-communication.md @@ -110,7 +110,7 @@ tls: To enable insecure mode, you simply need to set `tls:enable` to `false`. Setting this value to `false` can be done only by updating the configuration file or with environment variables. See the following examples: -### Enabling Insecure Mode via Config Values** +### Enabling Insecure Mode via Config Values You can edit the `/etc/nginx-agent/nginx-agent.conf` file to enable insecure mode. Make the following changes: @@ -119,7 +119,7 @@ tls: enable: false ``` -### Enabling Insecure Mode with Environment Variables** +### Enabling Insecure Mode with Environment Variables To enable insecure mode using environment variables, run the following commands: