public-access-proxy: proxy to srv1

This commit is contained in:
Astro 2021-09-01 21:26:35 +02:00
parent e3976599b1
commit b96c789aca
1 changed files with 8 additions and 0 deletions

View File

@ -80,6 +80,14 @@
httpsPort = 443;
};
}
{
hostNames = [ "srv1.nixvita.de" "*.srv1.www.nixvita.de" "srv1.codetu.be" "*.srv1.codetu.be" ];
proxyTo = {
host = "172.20.73.51";
httpPort = 80;
httpsPort = 443;
};
}
];
};