Fix grafana api auth (add comments)

This commit is contained in:
Eric Nemchik 2023-04-20 16:44:39 -05:00
commit 53f7be033a
2 changed files with 9 additions and 6 deletions

View file

@ -1,4 +1,4 @@
## Version 2023/04/14
## Version 2023/04/20
# make sure that your grafana container is named grafana
# make sure that your dns has a cname set for grafana
@ -55,5 +55,8 @@ server {
set $upstream_proto http;
proxy_pass $upstream_proto://$upstream_app:$upstream_port;
# Clear Authorization Header if you are using http auth and normal Grafana auth
#proxy_set_header Authorization "";
}
}