From a73ec161699752a6f86fac45b5b73c03fb713999 Mon Sep 17 00:00:00 2001 From: Nickiel12 Date: Tue, 21 Nov 2023 18:07:50 -0800 Subject: [PATCH] fixed mispell --- hosts/Alaska/modules/nginx.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/Alaska/modules/nginx.nix b/hosts/Alaska/modules/nginx.nix index f74f8de..47b34cb 100644 --- a/hosts/Alaska/modules/nginx.nix +++ b/hosts/Alaska/modules/nginx.nix @@ -42,7 +42,7 @@ "iot.nickiel.net" = { locations = { "/" = { - "/Aurora/StaticSites/iot" + root = "/Aurora/StaticSites/iot"; }; "/turn_computer_on" = { proxyPass = "http://10.0.184/turn_computer_on";