waffentrager: nextcloud - add php extensions

This commit is contained in:
Mateusz Słodkowicz 2024-03-26 10:53:37 +01:00
parent f4e0d49672
commit 4d4157e63a
Signed by: materus
GPG Key ID: 28D140BCA60B4FD1
1 changed files with 1 additions and 0 deletions

View File

@ -54,6 +54,7 @@
"opcache.revalidate_freq" = "60";
"opcache.save_comments" = "1";
};
phpExtraExtensions = ex: [ ex.zip ex.zlib ex.tidy ];
};
services.nginx.virtualHosts.${config.services.nextcloud.hostName} = {
forceSSL = true;