public-access-proxy: add nixvita.de

This commit is contained in:
Astro 2021-06-23 21:26:51 +02:00
parent 92c48317f4
commit b58ab9e8f0
1 changed files with 8 additions and 0 deletions

View File

@ -72,6 +72,14 @@
httpsPort = 443;
};
}
{
hostNames = [ "nixvita.de" "www.nixvita.de" ];
proxyTo = {
host = "172.22.99.174";
httpPort = 80;
httpsPort = 443;
};
}
];
};