PHP: Difference between revisions
imported>Onny Add notes on configuring php-fpm |
imported>Onny mNo edit summary |
||
| Line 12: | Line 12: | ||
== Configuration == | == Configuration == | ||
=== Setting custom php.ini configurations === | |||
The `buildEnv` attribute on php can add extra configuration options. For instance, to set a memory_limit in the NixOS configuration.nix: | The `buildEnv` attribute on php can add extra configuration options. For instance, to set a memory_limit in the NixOS configuration.nix: | ||