Former-commit-id: 251f535146
This commit is contained in:
Hadi
2024-06-17 23:32:56 +02:00
parent 2922ef04a4
commit 147e0715cf
2 changed files with 16 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
{
services.nginx = {
enable = true;
virtualHosts = {
"test.anotherhadi.com" = {
locations."/" = { proxyPass = "http://192.168.2.22"; };
};
};
};
}