forked from pub-solar/infra
feat: enable nginx for mastodon
https://github.com/NixOS/nixpkgs/blob/nixos-unstable/nixos/modules/services/web-apps/mastodon.nix#L762-L785
This commit is contained in:
parent
e43cb021ce
commit
0944b2d11c
|
@ -39,7 +39,7 @@
|
||||||
# Different from WEB_DOMAIN in our case
|
# Different from WEB_DOMAIN in our case
|
||||||
localDomain = "pub.solar";
|
localDomain = "pub.solar";
|
||||||
# We use caddy, see caddy.nix
|
# We use caddy, see caddy.nix
|
||||||
configureNginx = false;
|
configureNginx = true;
|
||||||
enableUnixSocket = true;
|
enableUnixSocket = true;
|
||||||
#streamingSocket = "/run/mastodon-streaming/streaming.socket";
|
#streamingSocket = "/run/mastodon-streaming/streaming.socket";
|
||||||
#webSocket = "/run/mastodon-web/web.socket";
|
#webSocket = "/run/mastodon-web/web.socket";
|
||||||
|
|
Loading…
Reference in a new issue