modules/nixos/monitoring: switch back to separate subdomains
reverts d4343f7ebe
This commit is contained in:
parent
d259ff73c1
commit
3483677fcc
5 changed files with 18 additions and 15 deletions
modules/nixos/monitoring
|
@ -32,8 +32,8 @@
|
|||
};
|
||||
|
||||
server = {
|
||||
root_url = "https://monitoring.nix-community.org/grafana/";
|
||||
domain = "monitoring.nix-community.org";
|
||||
root_url = "https://grafana.nix-community.org/";
|
||||
domain = "grafana.nix-community.org";
|
||||
enforce_domain = true;
|
||||
enable_gzip = true;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue