From b498ac539e5c69e24efbfce46bf11551b7220ef6 Mon Sep 17 00:00:00 2001 From: zuckerberg <5-zuckerberg@users.noreply.git.neet.dev> Date: Fri, 2 Apr 2021 22:39:40 -0400 Subject: [PATCH] tmp file serve --- neet.dev/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neet.dev/configuration.nix b/neet.dev/configuration.nix index a05ba7b..dcede0a 100644 --- a/neet.dev/configuration.nix +++ b/neet.dev/configuration.nix @@ -30,7 +30,7 @@ services.nginx.virtualHosts."tmp.neet.space" = { enableACME = true; forceSSL = true; - root = "/home/googlebot/tmp"; + root = "/var/www/tmp"; }; # placeholder