1
0
Fork 0

mastodon: Set LOCAL_HTTPS

This commit is contained in:
Daniel Kempkens 2022-11-29 16:19:08 +01:00
parent 6a9dc5ed02
commit 4a028c652b
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM

View file

@ -60,7 +60,7 @@ in
extraConfig = { extraConfig = {
WEB_DOMAIN = web-domain; WEB_DOMAIN = web-domain;
LOCAL_HTTPS = true; LOCAL_HTTPS = "true";
}; };
}; };