Skip to content

Commit

Permalink
Merge pull request #11 from bento-platform/fix/cbioportal
Browse files Browse the repository at this point in the history
fix: cbioportal conf include
  • Loading branch information
davidlougheed authored Mar 25, 2024
2 parents e7528b4 + 211fa12 commit d0defd7
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion conf/cbioportal.conf.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ server {
location / {
# Reverse proxy settings
include /gateway/conf/proxy.conf;
include /gateway/conf/proxy_cbioportal.conf;
# Immediate set/re-use means we don't get resolve errors if not up (as opposed to passing as a literal)
set $upstream_cbio http://${BENTO_CBIOPORTAL_CONTAINER_NAME}:${BENTO_CBIOPORTAL_INTERNAL_PORT};
Expand Down
2 changes: 1 addition & 1 deletion conf/nginx.conf.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ http {

# tpl__use_cbioportal__start
# cBioPortal
include /gateway/conf/cbioportal.conf;
include cbioportal.conf;
# tpl__use_cbioportal__end

# tpl__redirect_yes__start
Expand Down
2 changes: 0 additions & 2 deletions conf/proxy_cbioportal.conf

This file was deleted.

0 comments on commit d0defd7

Please sign in to comment.