Update
This commit is contained in:
parent
bbb35737c2
commit
2b5813057c
@ -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; };
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user