public-access-proxy: fix error.hq.c3d2.de.de domain

This commit is contained in:
Astro 2020-12-10 15:28:11 +01:00
parent 44c7b520fe
commit 3379116fc9
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@
proxyTo = { host = "172.22.99.170"; httpPort = 80; httpsPort = 443; };
}
{
hostNames = [ "error.hq.c3d2.de.de" ];
hostNames = [ "error.hq.c3d2.de" ];
proxyTo = { host = "172.20.73.47"; httpPort = 80; httpsPort = 443; };
}
];