Merge pull request #2575 from d-zalewski/docs-https-typo
fixed small typo
This commit is contained in:
commit
4205230f70
|
@ -426,7 +426,7 @@ A `tls_config` allows configuring TLS connections.
|
|||
|
||||
Receiver is a named configuration of one or more notification integrations.
|
||||
|
||||
__We're not actively adding new receivers, we recommend implementing custom notification integrations via the [webhook](#webhook_config) receiver.__
|
||||
Note: As part of lifting the past moratorium on new receivers it was agreed that, in addition to the existing requirements, new notification integrations will be required to have a committed maintainer with push access.
|
||||
|
||||
```yaml
|
||||
# The unique name of the receiver.
|
||||
|
|
|
@ -8,7 +8,7 @@ sort_rank: 11
|
|||
Alertmanager supports basic authentication and TLS.
|
||||
This is **experimental** and might change in the future.
|
||||
|
||||
Currentlu TLS is only supported for the HTTP traffic. Gossip traffic does not
|
||||
Currently TLS is only supported for the HTTP traffic. Gossip traffic does not
|
||||
support encryption yet.
|
||||
|
||||
To specify which web configuration file to load, use the `--web.config.file` flag.
|
||||
|
|
Loading…
Reference in New Issue