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;