Gitiles
Code Review
Sign In
gerrit.opencord.org
/
voltha
/
3f0c9dd9b67b0c3f51d26c47d3054adf5960c896
/
.
/
nginx_config
/
includes
/
grafana.conf
blob: 93b7e6819bf9d77ca3e0e05a185e997b89d4f310 [
file
] [
log
] [
blame
]
location
/
grafana
{
proxy_pass http
:
//api-grafana;
rewrite
/
grafana
(.*)
/
$1
break
;
proxy_next_upstream error timeout invalid_header http_500
;
}