updated public-access-proxy

This commit is contained in:
Markus Schmidl 2019-04-07 22:18:26 +02:00
parent c2a8620a37
commit 257b4581a6
1 changed files with 2 additions and 2 deletions

View File

@ -36,8 +36,8 @@
enable = true;
proxyHosts = [
{
hostNames = [ "arkom.men" "c3d2.arkom.men" "test.arkom.men" ];
proxyTo = { host = "cloud.bombenverleih.de"; httpPort = 80; httpsPort = 443; };
hostNames = [ "c3d2.arkom.men" ];
proxyTo = { host = "80.153.192.57"; httpPort = 80; httpsPort = 443; };
}
];
};