nginx 413 error fix - Increase Max Post Size
This commit is contained in:
committed by
Andrew Bastin
parent
21d4c85c00
commit
26436a6c6d
4
php.ini
4
php.ini
@@ -691,7 +691,7 @@ auto_globals_jit = On
|
||||
; Its value may be 0 to disable the limit. It is ignored if POST data reading
|
||||
; is disabled through enable_post_data_reading.
|
||||
; http://php.net/post-max-size
|
||||
post_max_size = 100M
|
||||
post_max_size = 512M
|
||||
|
||||
; Automatically add files before PHP document.
|
||||
; http://php.net/auto-prepend-file
|
||||
@@ -843,7 +843,7 @@ file_uploads = On
|
||||
|
||||
; Maximum allowed size for uploaded files.
|
||||
; http://php.net/upload-max-filesize
|
||||
upload_max_filesize = 100M
|
||||
upload_max_filesize = 512M
|
||||
|
||||
; Maximum number of files that can be uploaded via a single request
|
||||
max_file_uploads = 50
|
||||
|
||||
Reference in New Issue
Block a user