We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a1de8a3 + 22d1139 commit 09b9052Copy full SHA for 09b9052
nginx/conf.d/nginx.conf
@@ -16,17 +16,21 @@ server {
16
17
location /grafana/ {
18
proxy_pass http://localhost:3000/;
19
+ proxy_set_header Host $http_host;
20
}
21
22
location /prometheus/ {
23
proxy_pass http://localhost:9090/;
24
25
26
27
location /pushgateway/ {
28
proxy_pass http://localhost:9091/;
29
30
31
32
location /slurmexporter/ {
33
proxy_pass http://localhost:8080/;
34
35
36
0 commit comments