Mercurial > repos > other > Puppet
view modules/website/files/custom-php.ini @ 354:aad5c00b0525
Switch to Apache "events" and PHP via FCGI
This allows us to enabled http2 later
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Sat, 03 Oct 2020 13:38:30 +0100 |
parents | b00eb9434938 |
children |
line wrap: on
line source
; Use UTF-8. Because why not? default_charset = 'UTF-8' ; Work around SELinux "denied execmem" warnings from preg_match JITing pcre.jit = 0 ; Space isn't scarce these days - increase default sizes upload_max_filesize = "8M" post_max_size = "8M"