mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-13 05:00:14 +00:00
fix: nextcloud status check says no output buffering
This commit is contained in:
@ -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)
|
||||||
|
Reference in New Issue
Block a user