skill issue

This commit is contained in:
Sakooooo 2025-01-02 12:23:01 +04:00
parent 698e656f7d
commit fb4d5ee3cb
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

@ -119,7 +119,7 @@ in {
};
};
services.nginx.virtualHosts."qbittorrent.sako.box" = {
proxyPass = "http://localhost:${toString cfg.port}";
locations."/" = { proxyPass = "http://localhost:${toString cfg.port}"; };
};
};