Skip to content

Commit

Permalink
fix: ssl termination mode uses KC port 8443
Browse files Browse the repository at this point in the history
  • Loading branch information
v-rocheleau committed Oct 8, 2024
1 parent 98b68cd commit 1388ce0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/nginx.conf.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 1388ce0

Please sign in to comment.