Skip to content

Commit

Permalink
Fix incorrect bold tag in heading
Browse files Browse the repository at this point in the history
  • Loading branch information
nginx-seanmoloney committed Jun 20, 2024
1 parent 174be3d commit 0875b72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions site/content/configuration/encrypt-communication.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand All @@ -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:

Expand Down

0 comments on commit 0875b72

Please sign in to comment.