diff --git a/conf/cbioportal.conf.tpl b/conf/cbioportal.conf.tpl index de6132b..9ac8675 100644 --- a/conf/cbioportal.conf.tpl +++ b/conf/cbioportal.conf.tpl @@ -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}; diff --git a/conf/proxy_cbioportal.conf b/conf/proxy_cbioportal.conf deleted file mode 100644 index 72ee311..0000000 --- a/conf/proxy_cbioportal.conf +++ /dev/null @@ -1,2 +0,0 @@ -# Authentication -access_by_lua_file /gateway/src/proxy_auth_v2.lua;