Increase PHP post_max_size to match old server

This commit is contained in:
Karl Cordes 2019-07-04 21:59:07 +10:00
parent 212898b4cb
commit 5b0fb7bf77

View file

@ -725,7 +725,7 @@ auto_globals_jit = On
; Maximum size of POST data that PHP will accept.
; http://php.net/post-max-size
post_max_size = 8M
post_max_size = 64M
; Magic quotes are a preprocessing feature of PHP where PHP will attempt to
; escape any character sequences in GET, POST, COOKIE and ENV data which might