diff --git a/hosts/dellserv/configuration.nix b/hosts/dellserv/configuration.nix index 13a1cb8..d32b763 100644 --- a/hosts/dellserv/configuration.nix +++ b/hosts/dellserv/configuration.nix @@ -32,6 +32,7 @@ networking.firewall.allowedTCPPorts = [ 80 3000 + 3001 8384 8080 443 @@ -152,6 +153,9 @@ handle /auth/* { reverse_proxy localhost:3001 } + handle /smart-buttons/* { + reverse_proxy localhost:3001 + } handle { reverse_proxy localhost:3000 }