mirror of
https://github.com/hassio-addons/addon-grafana.git
synced 2025-05-07 04:31:24 +00:00
🔨 Remove auth header for direct access (#462)
This commit is contained in:
parent
5720f7a0c8
commit
eff65011d9
2 changed files with 2 additions and 0 deletions
|
@ -13,6 +13,7 @@ server {
|
|||
}
|
||||
location %%ingress_entry%% {
|
||||
rewrite ^%%ingress_entry%%/(.*) /$1 break;
|
||||
proxy_set_header X-WEBAUTH-USER "";
|
||||
proxy_pass http://backend/;
|
||||
}
|
||||
|
||||
|
|
|
@ -9,6 +9,7 @@ server {
|
|||
}
|
||||
location %%ingress_entry%% {
|
||||
rewrite ^%%ingress_entry%%/(.*) /$1 break;
|
||||
proxy_set_header X-WEBAUTH-USER "";
|
||||
proxy_pass http://backend/;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue