Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix incorrect bold tag in heading #715

Merged
merged 1 commit into from
Jun 25, 2024
Merged
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
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
Loading