mirror of
https://github.com/RGBCube/ncc
synced 2025-07-29 19:17:45 +00:00
Update rebuild script and fix grafana
This commit is contained in:
parent
afa708fa8d
commit
621812d645
2 changed files with 17 additions and 3 deletions
|
@ -35,7 +35,7 @@ in serverSystemConfiguration {
|
|||
|
||||
server.domain = fqdn;
|
||||
server.http_addr = "::";
|
||||
server.port = 8999;
|
||||
server.http_port = 8999;
|
||||
|
||||
users.default_theme = "system";
|
||||
};
|
||||
|
@ -69,7 +69,7 @@ in serverSystemConfiguration {
|
|||
useACMEHost = domain;
|
||||
|
||||
locations."/" = {
|
||||
proxyPass = "http://[::]:${toString config.services.grafana.settings.server.port}";
|
||||
proxyPass = "http://[::]:${toString config.services.grafana.settings.server.http_port}";
|
||||
proxyWebsockets = true;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue