This commit is contained in:
Hadi 2024-06-23 14:46:11 +02:00
parent bbb35737c2
commit 2b5813057c

View File

@ -6,11 +6,6 @@
]; ];
services.nginx.virtualHosts = { services.nginx.virtualHosts = {
"anotherhadi.com" = {
serverAliases = [ "www.anotherhadi.com" ];
root = "/etc/www/anotherhadi.com";
};
"test.anotherhadi.com" = { root = "/var/www/test"; }; "test.anotherhadi.com" = { root = "/var/www/test"; };
}; };
environment.etc."www/anotherhadi.com" = { source = ./anotherhadi.com; };
} }