mirror of
https://git.gay/xqtc/nixos-config
synced 2025-05-06 16:37:29 +02:00
Disable nginx for seraphim
This commit is contained in:
parent
a122335961
commit
1391f289b1
1 changed files with 0 additions and 10 deletions
|
@ -34,14 +34,4 @@
|
|||
}
|
||||
];
|
||||
};
|
||||
|
||||
services.nginx.virtualHosts.${config.services.grafana.settings.server.domain} = {
|
||||
locations."/" = {
|
||||
extraConfig = ''
|
||||
proxy_set_header Host $host;
|
||||
'';
|
||||
proxyPass = "http://127.0.0.1:${toString config.services.grafana.port}";
|
||||
proxyWebsockets = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue