Former-commit-id: debb139aeb
This commit is contained in:
Hadi
2024-06-19 23:20:49 +02:00
parent 60f5d20cbe
commit a37fda47ea
4 changed files with 15 additions and 16 deletions
+2 -1
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";
};
}