diff --git a/conf/nginx.conf.tpl b/conf/nginx.conf.tpl index fe75b22..519994b 100644 --- a/conf/nginx.conf.tpl +++ b/conf/nginx.conf.tpl @@ -216,7 +216,7 @@ http { # tpl__use_cbioportal__end # tpl__redirect_yes__start - # Redirect + # Redirect requests from an old domain (BENTO_DOMAIN_REDIRECT) to the current one (BENTOV2_DOMAIN). server { # tpl__tls_yes__start # Use 444 for internal SSL to allow streaming back to self (above) diff --git a/entrypoint.bash b/entrypoint.bash index 371966e..2aa2d82 100644 --- a/entrypoint.bash +++ b/entrypoint.bash @@ -131,7 +131,6 @@ else '/tpl__use_cbioportal__start/,/tpl__use_cbioportal__end/d' \ ./nginx.conf.pre fi - if [[ "$(true_values_to_1 $BENTO_USE_DOMAIN_REDIRECT)" == 1 ]]; then echo "[bento_gateway] [entrypoint] Fine-tuning nginx.conf to use domain redirect" else