AuthN: Make clientTokenRotation work when Grafana is accessible on a sub url (#69385)

Fix clientTokenRotation for auth-proxy
This commit is contained in:
Misi
2023-06-01 17:06:00 +02:00
committed by GitHub
parent 56c27a1f0d
commit 28bb960e42
5 changed files with 11 additions and 6 deletions
@@ -10,7 +10,7 @@ http {
proxy_set_header X-Forwarded-Host $server_name;
server {
listen 10080;
listen 8090;
location /grafana/ {
################################################################