buzzrelay: disable test host

This commit is contained in:
Sandro - 2023-10-16 01:42:46 +02:00
parent 23d8078b96
commit 938e9bc222
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 0 additions and 5 deletions

View File

@ -46,11 +46,6 @@
enableACME = true;
locations."/".proxyPass = "http://127.0.0.1:${toString config.services.buzzrelay.listenPort}/";
};
virtualHosts."test.fedi.buzz" = {
forceSSL = true;
enableACME = true;
locations."/".proxyPass = "http://127.0.0.1:8081/";
};
};
postgresql = {