Nextcloud: fix phpfm permissions
This commit is contained in:
parent
ade92871e4
commit
d2f7055762
1 changed files with 6 additions and 0 deletions
|
|
@ -56,6 +56,12 @@ in {
|
|||
};
|
||||
|
||||
nginx.enable = lib.mkForce false;
|
||||
phpfpm.pools.nextcloud.settings = let
|
||||
inherit (config.services.caddy) user group;
|
||||
in {
|
||||
"listen.owner" = user;
|
||||
"listen.group" = group;
|
||||
};
|
||||
caddy.virtualHosts."${host}".extraConfig = ''
|
||||
encode zstd gzip
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue