This is an automated email from the ASF dual-hosted git repository.

klesh pushed a commit to branch release-v0.17
in repository https://gitbox.apache.org/repos/asf/incubator-devlake.git


The following commit(s) were added to refs/heads/release-v0.17 by this push:
     new 859e3a2b5 Update nginx.conf (#5351)
859e3a2b5 is described below

commit 859e3a2b5a195e048efc33c2e01ea1e36e754d82
Author: Tiexin Guo <[email protected]>
AuthorDate: Fri Jun 2 10:55:25 2023 +0800

    Update nginx.conf (#5351)
---
 config-ui/nginx.conf | 1 +
 1 file changed, 1 insertion(+)

diff --git a/config-ui/nginx.conf b/config-ui/nginx.conf
index 29709b055..1af9e3329 100644
--- a/config-ui/nginx.conf
+++ b/config-ui/nginx.conf
@@ -29,6 +29,7 @@ ${SERVER_CONF}
     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}";
     proxy_send_timeout 60s;

Reply via email to