fix: nginx mastodon WEB_DOMAIN LOCAL_DOMAIN #26
|
@ -15,6 +15,7 @@ in {
|
||||||
proxyCachePath.cache = {
|
proxyCachePath.cache = {
|
||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
|
recommendedProxySettings = true;
|
||||||
};
|
};
|
||||||
# Nginx user needs access to mastodon unix sockets
|
# Nginx user needs access to mastodon unix sockets
|
||||||
users.users.nginx.extraGroups = [ "mastodon" ];
|
users.users.nginx.extraGroups = [ "mastodon" ];
|
||||||
|
|
Loading…
Reference in a new issue