bro
This commit is contained in:
parent
dc6a0cb568
commit
698e656f7d
|
@ -118,7 +118,7 @@ in {
|
||||||
QBT_WEBUI_PORT = toString cfg.port;
|
QBT_WEBUI_PORT = toString cfg.port;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
services.nginx.virtualhost."qbittorrent.sako.box" = {
|
services.nginx.virtualHosts."qbittorrent.sako.box" = {
|
||||||
proxyPass = "http://localhost:${toString cfg.port}";
|
proxyPass = "http://localhost:${toString cfg.port}";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue