Skip to content

Commit

Permalink
rm newline, add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
v-rocheleau committed Feb 13, 2024
1 parent 473476d commit de7d003
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion conf/nginx.conf.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
1 change: 0 additions & 1 deletion entrypoint.bash
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit de7d003

Please sign in to comment.