Skip to content

Commit cde8dd9

Browse files
Fix incorrect bold tag in heading (#715)
1 parent 0d5e55f commit cde8dd9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site/content/configuration/encrypt-communication.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ tls:
110110

111111
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:
112112

113-
### Enabling Insecure Mode via Config Values**
113+
### Enabling Insecure Mode via Config Values
114114

115115
You can edit the `/etc/nginx-agent/nginx-agent.conf` file to enable insecure mode. Make the following changes:
116116

@@ -119,7 +119,7 @@ tls:
119119
enable: false
120120
```
121121

122-
### Enabling Insecure Mode with Environment Variables**
122+
### Enabling Insecure Mode with Environment Variables
123123

124124
To enable insecure mode using environment variables, run the following commands:
125125

0 commit comments

Comments
 (0)