fixed the sites path tihngy

Main
Johannes Hendrik Gerard van der Weide 2024-03-06 10:55:31 +01:00
parent ee7e69700d
commit 0cbb51d659
3 changed files with 3 additions and 3 deletions

View File

@ -2,6 +2,6 @@
services.nginx.virtualHosts."blog.hermitcollective.net" = {
forceSSL = true;
enableACME = true;
root = "./docs";
root = "/etc/nixos/sites/blog.hermitcollective.net/docs";
};
}

View File

@ -3,6 +3,6 @@
services.nginx.virtualHosts."hermitcollective.net" = {
forceSSL = true;
enableACME = true;
root = "./docs";
root = "/etc/nixos/sites/hermitcollective.net/docs";
};
}

View File

@ -2,6 +2,6 @@
services.nginx.virtualHosts."hertog.hermitcollective.net" = {
forceSSL = true;
enableACME = true;
root = "./";
root = "/etc/nixos/sites/hertog.hermitcollective.net";
};
}