fix: nginx mastodon WEB_DOMAIN LOCAL_DOMAIN #26

Merged
b12f merged 7 commits from mastodon-fix-web-domain into main 2023-10-28 21:04:45 +00:00
Showing only changes of commit e9fc2dabbe - Show all commits

View file

@ -15,6 +15,7 @@ in {
proxyCachePath.cache = {
enable = true;
};
recommendedProxySettings = true;
};
# Nginx user needs access to mastodon unix sockets
users.users.nginx.extraGroups = [ "mastodon" ];