Add netbox nginx vhosts
Some checks are pending
/ Build Nix targets (push) Waiting to run

This commit is contained in:
Théo Barnouin 2025-04-25 09:25:06 +02:00
parent e66bc8fd7b
commit 3f4ecf53b2

View file

@ -142,6 +142,15 @@ in {
recommendedProxySettings = true; recommendedProxySettings = true;
}; };
}; };
"netbox.le43.eu" = {
forceSSL = true;
enableACME = true;
locations."/" = {
proxyPass = "http://192.168.1.90:8000";
proxyWebsockets = true;
recommendedProxySettings = true;
};
};
"play.le43.eu" = { "play.le43.eu" = {
forceSSL = true; forceSSL = true;
enableACME = true; enableACME = true;