Add prometheus caddy config
This commit is contained in:
parent
482bdb468e
commit
21d138dfaa
@ -214,6 +214,11 @@
|
||||
reverse_proxy localhost:${builtins.toString config.services.grafana.settings.server.http_port}
|
||||
'';
|
||||
};
|
||||
"http://prometheus.dalinar.home.johannes-rothe.de" = {
|
||||
extraConfig = ''
|
||||
reverse_proxy localhost:${builtins.toString config.services.prometheus.port}
|
||||
'';
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user