Commit 3ebf356897f7

Vincent Demeester <vincent@sbr.pm>
2019-02-18 19:08:13
carthage: use index.html instead of index
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 20e0a9e
Changed files (1)
machine/carthage.nix
@@ -32,7 +32,7 @@ with import ../assets/machines.nix; {
         forceSSL = true;
         root = "/home/vincent/desktop/sites/carthage.sbr.pm";
         locations."/" = {
-          index = "index";
+          index = "index.html";
         };
       };
       virtualHosts."sbr.pm" = {
@@ -40,7 +40,7 @@ with import ../assets/machines.nix; {
         forceSSL = true;
         root = "/home/vincent/desktop/sites/sbr.pm";
         locations."/" = {
-          index = "index";
+          index = "index.html";
         };
       };
     };