We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93d1930 commit 27a9441Copy full SHA for 27a9441
monitoring/nginx/conf.d/nginx.conf
@@ -5,6 +5,7 @@ server {
5
server_tokens off;
6
7
location /grafana/ {
8
+ proxy_set_header Host $http_host;
9
proxy_pass http://localhost:3000/;
10
}
11
0 commit comments