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