This is an automated email from the ASF dual-hosted git repository.
abeizn pushed a commit to branch fix#7328
in repository https://gitbox.apache.org/repos/asf/incubator-devlake.git
The following commit(s) were added to refs/heads/fix#7328 by this push:
new 3a2fe44b9 fix: grafana infinitely loop /login after upgrade to version
1.0.0-beta4
3a2fe44b9 is described below
commit 3a2fe44b925784935149318fd3356026d1ba800d
Author: abeizn <[email protected]>
AuthorDate: Tue Apr 16 17:39:23 2024 +0800
fix: grafana infinitely loop /login after upgrade to version 1.0.0-beta4
---
config-ui/nginx.conf | 1 -
1 file changed, 1 deletion(-)
diff --git a/config-ui/nginx.conf b/config-ui/nginx.conf
index 92a37a7a4..f37b79213 100644
--- a/config-ui/nginx.conf
+++ b/config-ui/nginx.conf
@@ -52,7 +52,6 @@ ${SERVER_CONF}
resolver ${DNS} valid=${DNS_VALID};
resolver_timeout 3s;
set $target "${GRAFANA_ENDPOINT}";
- # rewrite /grafana/(.*) /$1 break;
proxy_set_header Host $http_host;
proxy_set_header Authorization "";
proxy_set_header X-Forwarded-Access-Token "${cookie_access_token}";