summary refs log tree commit diff stats
path: root/system/services/nginx
diff options
context:
space:
mode:
authorsils <sils@sils.li>2023-04-21 08:35:39 +0200
committersils <sils@sils.li>2023-04-21 08:35:39 +0200
commit541a8910e5a30a21d8e944a6e6cc6711d5f40714 (patch)
tree649fcfe60c53a0b02ceadf36bee5621dd1941f58 /system/services/nginx
parentMerge pull request 'Feat(system/services/nginx): Change to declarative websit... (diff)
downloadnixos-server-541a8910e5a30a21d8e944a6e6cc6711d5f40714.tar.gz
nixos-server-541a8910e5a30a21d8e944a6e6cc6711d5f40714.zip
Fix(system/services/nginx): Correct path to index.html
Diffstat (limited to 'system/services/nginx')
-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";
       };
     };
   };