buzzrelay: add vhost test.fedi.buzz for testing

This commit is contained in:
Astro 2023-10-07 02:13:07 +02:00
parent 5a77ced6c8
commit ea84da9f4b
1 changed files with 5 additions and 0 deletions

View File

@ -41,6 +41,11 @@
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 = {