enableSSL -> addSSL

This commit is contained in:
Charlotte 🦝 Delenk 2022-04-26 08:11:54 +01:00
parent 08c7bc67bf
commit fbc89a2314
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

@ -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";