forgot qbit nginx module

This commit is contained in:
sadan 2025-03-12 22:12:22 -04:00
parent 2a42dee7bd
commit 1414a69553
No known key found for this signature in database

View file

@ -0,0 +1,20 @@
{ ... }:
{
services = {
nginx = {
virtualHosts = {
"qbit.sadan.zip" = {
forceSSL = true;
useACMEHost = "sadan.zip";
locations = {
"/" = {
proxyPass = "http://localhost:3456";
proxyWebsockets = true;
};
};
};
};
};
};
}