Former-commit-id: debb139aeb
This commit is contained in:
Hadi
2024-06-19 23:20:49 +02:00
parent 67ec1dd41f
commit ba489aaea3
4 changed files with 15 additions and 16 deletions

View File

@@ -9,6 +9,7 @@
# test
services.nginx.virtualHosts."anotherhadi.com" = {
locations."/".root = "/var/www/default";
serverAliases = [ "www.anotherhadi.com" ];
root = "/var/www/default";
};
}