Increase PHP post_max_size to match old server
This commit is contained in:
parent
212898b4cb
commit
5b0fb7bf77
|
|
@ -725,7 +725,7 @@ auto_globals_jit = On
|
||||||
|
|
||||||
; Maximum size of POST data that PHP will accept.
|
; Maximum size of POST data that PHP will accept.
|
||||||
; http://php.net/post-max-size
|
; 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
|
; 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
|
; escape any character sequences in GET, POST, COOKIE and ENV data which might
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue