1
0
Fork 0
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:
xqtc 2025-01-18 12:41:09 +01:00
parent a122335961
commit 1391f289b1
Signed by: xqtc
GPG key ID: 2C064D095926D9D1

View file

@ -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;
};
};
}