From 1388ce0b6b92670caffdb50b4f6cfd3add1acdd7 Mon Sep 17 00:00:00 2001 From: v-rocheleau Date: Tue, 8 Oct 2024 11:26:52 -0400 Subject: [PATCH] fix: ssl termination mode uses KC port 8443 --- conf/nginx.conf.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/nginx.conf.tpl b/conf/nginx.conf.tpl index 050eb2e..1531f59 100644 --- a/conf/nginx.conf.tpl +++ b/conf/nginx.conf.tpl @@ -126,7 +126,7 @@ http { include /gateway/conf/proxy_large_headers.conf; # Immediate set/re-use means we don't get resolve errors if not up (as opposed to passing as a literal) - set $upstream_auth http://${BENTOV2_AUTH_CONTAINER_NAME}:${BENTOV2_AUTH_INTERNAL_PORT_PLAIN_HTTP}; + set $upstream_auth http://${BENTOV2_AUTH_CONTAINER_NAME}:${BENTOV2_AUTH_INTERNAL_PORT}; proxy_pass $upstream_auth; error_log /var/log/bentov2_auth_errors.log;