ntfy-alertmanager setup silence in alertmanager
Some checks failed
/ Ansible Lint (push) Failing after 1m57s
Some checks failed
/ Ansible Lint (push) Failing after 1m57s
This commit is contained in:
parent
2cb9dc6dae
commit
1cc4ca6947
5 changed files with 26 additions and 1 deletions
|
@ -2,7 +2,8 @@
|
|||
# https://ssl-config.mozilla.org/#server=nginx&version=1.17.7&config=intermediate&openssl=1.1.1k&guideline=5.6
|
||||
server {
|
||||
# Listen on a custom port for the proxy protocol.
|
||||
listen 8443 ssl http2 proxy_protocol;
|
||||
listen 8443 ssl proxy_protocol;
|
||||
http2 on;
|
||||
# Make use of the ngx_http_realip_module to set the $remote_addr and
|
||||
# $remote_port to the client address and client port, when using proxy
|
||||
# protocol.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue