[vpn] proxy grafana.malobeo.org
All checks were successful
Check flake syntax / flake-check (push) Successful in 4m46s

This commit is contained in:
2025-01-21 23:21:42 +01:00
parent b743057389
commit 9c3f1cba5e

View File

@@ -47,6 +47,15 @@ with lib;
'';
};
};
virtualHosts."grafana.malobeo.org" = {
locations."/" = {
proxyPass = "http://10.100.0.101";
extraConfig = ''
proxy_set_header Host $host;
'';
};
};
};
system.stateVersion = "22.11"; # Did you read the comment?