Compare commits

...

1 commit

Author SHA1 Message Date
korenstin
64f7cbe73b
grafana: nginx recommended factorization 2025-10-07 21:24:13 +02:00

View file

@ -98,10 +98,6 @@ in
services.nginx = { services.nginx = {
enable = true; enable = true;
recommendedTlsSettings = true;
recommendedOptimisation = true;
recommendedGzipSettings = true;
recommendedProxySettings = true;
upstreams.grafana.servers."unix:/${cfg.settings.server.socket}" = { }; upstreams.grafana.servers."unix:/${cfg.settings.server.socket}" = { };
virtualHosts."grafana-ng.auro.re" = { virtualHosts."grafana-ng.auro.re" = {
root = cfg.settings.server.static_root_path; root = cfg.settings.server.static_root_path;