From a3d769e27df654fe530638f07b4e045efccfe105 Mon Sep 17 00:00:00 2001 From: Shahbaz Nazir Date: Fri, 23 Feb 2018 15:51:09 +0100 Subject: [PATCH] minor fixes Signed-off-by: Shahbaz Nazir --- k8s/nginx-https/container/nginx.conf.template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/k8s/nginx-https/container/nginx.conf.template b/k8s/nginx-https/container/nginx.conf.template index 161d72fe..455ac356 100644 --- a/k8s/nginx-https/container/nginx.conf.template +++ b/k8s/nginx-https/container/nginx.conf.template @@ -1,6 +1,7 @@ # Frontend API server that: # 1. Acts as the HTTPS termination point. -# 2. Forwards BDB HTTP requests to OpenResty backend. +# 2. Authorizes HTTP requests with secret token header +# and forwards to BDB backend. # 3. Forwards BDB WS requests to BDB backend. # 4. Does health check with LB.