deluge: Add ACME
This commit is contained in:
parent
1be49e4835
commit
9180f31c3c
@ -33,6 +33,9 @@ in {
|
|||||||
};
|
};
|
||||||
|
|
||||||
nginx.virtualHosts.${domain} = {
|
nginx.virtualHosts.${domain} = {
|
||||||
|
forceSSL = true;
|
||||||
|
enableACME = true;
|
||||||
|
|
||||||
locations."/" = {
|
locations."/" = {
|
||||||
proxyPass = "http://localhost:8112";
|
proxyPass = "http://localhost:8112";
|
||||||
extraConfig = auth_block {
|
extraConfig = auth_block {
|
||||||
|
Loading…
Reference in New Issue
Block a user