From 5b9f59651cbb078a1a1f13dbc3ee4b0639fb041f Mon Sep 17 00:00:00 2001 From: David Lougheed Date: Wed, 28 Feb 2024 15:55:20 -0500 Subject: [PATCH] leave cbioportal open (don't use access proxy) --- conf/cbioportal.conf.tpl | 1 - conf/proxy_cbioportal.conf | 2 -- 2 files changed, 3 deletions(-) delete mode 100644 conf/proxy_cbioportal.conf 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;