php.ini 283 B

12345678910111213
  1. memory_limit = 2G
  2. max_execution_time = 1800
  3. zlib.output_compression = On
  4. cgi.fix_pathinfo = 0
  5. date.timezone = UTC
  6. xdebug.remote_autostart = 1
  7. xdebug.remote_enable = 1
  8. xdebug.remote_host = host.docker.internal
  9. xdebug.remote_port = 9001
  10. upload_max_filesize = 20M
  11. post_max_size = 20M