caveman: add nginx vhost "relay.fedi.buzz"

This commit is contained in:
Astro 2022-12-11 02:48:14 +01:00
parent f12ee0f88e
commit 585a5ce6e5
1 changed files with 5 additions and 0 deletions

View File

@ -54,6 +54,11 @@
];
locations."/".proxyPass = "http://127.0.0.1:${toString config.services.caveman.gatherer.settings.listen_port}/";
};
virtualHosts."relay.fedi.buzz" = {
forceSSL = true;
enableACME = true;
locations."/".proxyPass = "http://127.0.0.1:${toString 3000}/";
};
};
};
}