php.ini 471 B

12345678910111213141516171819202122
  1. memory_limit = 4G
  2. max_execution_time = 1800
  3. zlib.output_compression = 0
  4. cgi.fix_pathinfo = 0
  5. date.timezone = UTC
  6. xdebug.mode = off
  7. xdebug.client_host = host.docker.internal
  8. xdebug.idekey = PHPSTORM
  9. upload_max_filesize = 100M
  10. post_max_size = 100M
  11. max_input_vars = 10000
  12. sendmail_path = "/usr/bin/msmtp -t"
  13. #SPX profiler
  14. extension = /usr/lib/php-spx/modules/spx.so
  15. spx.http_enabled = 1
  16. spx.http_key = "dev"
  17. spx.http_ip_whitelist = "*"
  18. spx.data_dir = /var/www/spx_dumps