Make mastodon use http instead of unix socket
This commit is contained in:
parent
872314e596
commit
00e715ce69
2 changed files with 2 additions and 1 deletions
|
@ -80,7 +80,7 @@ in
|
|||
root ${pkgs.mastodon}/public
|
||||
pass_thru
|
||||
}
|
||||
reverse_proxy * unix//run/mastodon-web/web.socket
|
||||
reverse_proxy :${toString config.services.mastodon.webPort}
|
||||
}
|
||||
|
||||
handle_errors {
|
||||
|
|
|
@ -321,6 +321,7 @@
|
|||
};
|
||||
mastodon = {
|
||||
enable = true;
|
||||
enableUnixSocket = false;
|
||||
mediaAutoRemove.enable = true;
|
||||
localDomain = "fedi.catnip.ee";
|
||||
streamingProcesses = 10;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue