From f5b4be42371aa3ba2d01b09cb6adfc2e7d085bfd Mon Sep 17 00:00:00 2001 From: Attila Gulyas Date: Tue, 8 Aug 2023 07:41:46 -0400 Subject: [PATCH] [NGINX proxy] Add article to "Read more" The `config.yaml` seemed to be the only place to put this.. Thanks! --- docs/nginx-proxy/config.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/nginx-proxy/config.yaml b/docs/nginx-proxy/config.yaml index 1abd3fc..94414ab 100644 --- a/docs/nginx-proxy/config.yaml +++ b/docs/nginx-proxy/config.yaml @@ -6,3 +6,5 @@ topics: links: - text: Module ngx_http_ssl_module url: https://nginx.org/en/docs/http/ngx_http_proxy_module.html + - text: Securing HTTP Traffic to Upstream Servers + url: https://docs.nginx.com/nginx/admin-guide/security-controls/securing-http-traffic-upstream/