Skip to content

Commit 3c38f03

Browse files
fix: /grafana should be off (#6966) (#6967)
Co-authored-by: Klesh Wong <zhenmian.huang@merico.dev>
1 parent eb1d26a commit 3c38f03

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config-ui/nginx.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ ${SERVER_CONF}
4545
}
4646

4747
location /grafana/ {
48+
auth_basic off;
4849
set $external "${USE_EXTERNAL_GRAFANA}";
4950
if ($external = "true") {
5051
return 302 "${GRAFANA_ENDPOINT}";

0 commit comments

Comments
 (0)