fix: nextcloud status check says no output buffering

This commit is contained in:
Noah Masur 2024-01-13 13:35:50 +00:00
parent 84d7fc9892
commit 4cd9572993

View File

@ -28,7 +28,10 @@
external = pkgs.nextcloudApps.external; external = pkgs.nextcloudApps.external;
cookbook = pkgs.nextcloudApps.cookbook; cookbook = pkgs.nextcloudApps.cookbook;
}; };
phpOptions = { "opcache.interned_strings_buffer" = "16"; }; phpOptions = {
"opcache.interned_strings_buffer" = "16";
"output_buffering" = "0";
};
}; };
# Don't let Nginx use main ports (using Caddy instead) # Don't let Nginx use main ports (using Caddy instead)