php.ini 403 B

1234567891011121314151617
  1. memory_limit = 4G
  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. xdebug.idekey = PHPSTORM
  11. upload_max_filesize = 100M
  12. post_max_size = 100M
  13. max_input_vars = 10000
  14. sendmail_path = "/usr/local/bin/mhsendmail --smtp-addr=mailhog:1025"