Skip to content

Commit 27a9441

Browse files
committed
fix grafana origin not allowed
1 parent 93d1930 commit 27a9441

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

monitoring/nginx/conf.d/nginx.conf

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ server {
55
server_tokens off;
66

77
location /grafana/ {
8+
proxy_set_header Host $http_host;
89
proxy_pass http://localhost:3000/;
910
}
1011

0 commit comments

Comments
 (0)