fixup! Heimdall: disable prometheus and grafana
This commit is contained in:
parent
d01cd52f57
commit
7520264024
1 changed files with 9 additions and 9 deletions
|
|
@ -131,15 +131,15 @@
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
"grafana.bertof.net" = ssl // {
|
# "grafana.bertof.net" = ssl // {
|
||||||
locations."/" = {
|
# locations."/" = {
|
||||||
proxyPass = "http://heimdall.tsn:3000/";
|
# proxyPass = "http://heimdall.tsn:3000/";
|
||||||
proxyWebsockets = true;
|
# proxyWebsockets = true;
|
||||||
extraConfig = ''
|
# extraConfig = ''
|
||||||
client_max_body_size 5g;
|
# client_max_body_size 5g;
|
||||||
'';
|
# '';
|
||||||
};
|
# };
|
||||||
};
|
# };
|
||||||
"radarr.bertof.net" = ssl // {
|
"radarr.bertof.net" = ssl // {
|
||||||
locations."/" = {
|
locations."/" = {
|
||||||
proxyPass = "http://heimdall.tsn:7878/";
|
proxyPass = "http://heimdall.tsn:7878/";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue