PHP Configuration Test

SAPI: fpm-fcgi

Loaded Config File:

post_max_size: 200M
upload_max_filesize: 200M
memory_limit: 512M
max_execution_time: 600
max_input_vars: 1000

Raw var_dump Output:

array(7) {
  ["post_max_size"]=>
  string(4) "200M"
  ["upload_max_filesize"]=>
  string(4) "200M"
  ["memory_limit"]=>
  string(4) "512M"
  ["max_execution_time"]=>
  string(3) "600"
  ["sapi"]=>
  string(8) "fpm-fcgi"
  ["loaded_ini"]=>
  bool(false)
  ["content_length_from_server"]=>
  string(0) ""
}

File Size Check (411MB file):

Your file size: 411,773,819 bytes (392.7 MB)
post_max_size in bytes: 209,715,200 bytes (200 MB)
❌ FILE TOO LARGE