Change netbox port
Some checks failed
/ Build Nix targets (push) Has been cancelled

This commit is contained in:
Théo Barnouin 2025-04-25 10:27:57 +02:00
parent a743df3278
commit c7e28e544f

View file

@ -145,7 +145,7 @@ in {
forceSSL = true; forceSSL = true;
enableACME = true; enableACME = true;
locations."/" = { locations."/" = {
proxyPass = "http://192.168.1.90:80"; proxyPass = "https://192.168.1.90:443";
proxyWebsockets = true; proxyWebsockets = true;
recommendedProxySettings = true; recommendedProxySettings = true;
}; };