summaryrefslogtreecommitdiffstats
path: root/system/services
diff options
context:
space:
mode:
Diffstat (limited to 'system/services')
-rw-r--r--system/services/nginx/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/services/nginx/default.nix b/system/services/nginx/default.nix
index 9d4d645..406f2a1 100644
--- a/system/services/nginx/default.nix
+++ b/system/services/nginx/default.nix
@@ -8,7 +8,7 @@
"vhack.eu" = {
forceSSL = true;
enableACME = true;
- root = "${websites}/web/vhack.eu";
+ root = "${websites}/websites/vhack.eu";
};
};
};