Commit d1d2272e6a21

Vincent Demeester <vincent@sbr.pm>
2019-02-02 18:30:14
carthage: update sites path
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 0e58f69
Changed files (1)
machine/carthage.nix
@@ -30,7 +30,7 @@ with import ../assets/machines.nix; {
       virtualHosts."carthage.sbr.pm" = {
         enableACME = true;
         forceSSL = true;
-        root = "/var/www/default";
+        root = "/home/vincent/desktop/sites/carthage.sbr.pm";
         locations."/" = {
           index = "index";
         };
@@ -38,7 +38,7 @@ with import ../assets/machines.nix; {
       virtualHosts."sbr.pm" = {
         enableACME = true;
         forceSSL = true;
-        root = "/var/www/default";
+        root = "/home/vincent/desktop/sites/sbr.pm";
         locations."/" = {
           index = "index";
         };