enableSSL -> addSSL
This commit is contained in:
parent
08c7bc67bf
commit
fbc89a2314
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ in
|
|||
root = "${config.services.mastodon.package}/public/";
|
||||
locations."/system/".alias = "/var/lib/mastodon/public-system/";
|
||||
forceSSL = false;
|
||||
enableSSL = true;
|
||||
addSSL = true;
|
||||
|
||||
locations."/" = {
|
||||
tryFiles = "$uri @proxy";
|
||||
|
|
Loading…
Reference in a new issue