lmao
This commit is contained in:
parent
b3a7e4b126
commit
e10d5fde20
|
@ -120,11 +120,9 @@ in {
|
||||||
};
|
};
|
||||||
services.nginx.virtualHosts."qbittorrent.sako.box" = {
|
services.nginx.virtualHosts."qbittorrent.sako.box" = {
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
locations."/" = {
|
sslCertificate = "/srv/secrets/certs/sako.box.pem";
|
||||||
proxyPass = "http://localhost:${toString cfg.port}";
|
sslCertificateKey = "/srv/secrets/certs/sako.box-key.pem";
|
||||||
sslCertificate = "/srv/secrets/certs/sako.box.pem";
|
locations."/" = { proxyPass = "http://localhost:${toString cfg.port}"; };
|
||||||
sslCertificateKey = "/srv/secrets/certs/sako.box-key.pem";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue