feat: nextcloud: enable caching with apcu

main
LeRoyce Pearson 2024-01-07 01:18:29 -07:00
parent be61652641
commit 6166d5d019
1 changed files with 1 additions and 0 deletions

View File

@ -200,6 +200,7 @@
config.trustedProxies = [
"100.64.0.3"
];
caching.apcu = true;
};
services.phpfpm.pools.nextcloud.settings = {
"listen.owner" = config.services.caddy.user;