mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2025-08-14 02:27:24 -07:00
Fix grafana api auth (add comments)
This commit is contained in:
parent
aa9a292cec
commit
53f7be033a
2 changed files with 9 additions and 6 deletions
|
@ -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 "";
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue