fix: enable recommendedProxySettings for nginx
https://search.nixos.org/options?channel=unstable&from=0&size=50&sort=relevance&type=packages&query=recommendedProxySettings
This commit is contained in:
parent
8b09f19add
commit
e9fc2dabbe
|
@ -15,6 +15,7 @@ in {
|
|||
proxyCachePath.cache = {
|
||||
enable = true;
|
||||
};
|
||||
recommendedProxySettings = true;
|
||||
};
|
||||
# Nginx user needs access to mastodon unix sockets
|
||||
users.users.nginx.extraGroups = [ "mastodon" ];
|
||||
|
|
Loading…
Reference in a new issue