diff --git a/hosts/Alaska/modules/nginx.nix b/hosts/Alaska/modules/nginx.nix index 3f024c3..f74f8de 100644 --- a/hosts/Alaska/modules/nginx.nix +++ b/hosts/Alaska/modules/nginx.nix @@ -40,8 +40,13 @@ }; "iot.nickiel.net" = { - locations."/turn_computer_on" = { - proxyPass = "http://10.0.184/turn_computer_on"; + locations = { + "/" = { + "/Aurora/StaticSites/iot" + }; + "/turn_computer_on" = { + proxyPass = "http://10.0.184/turn_computer_on"; + }; }; };