Skip to content

Instantly share code, notes, and snippets.

@aristidesneto
Last active December 1, 2018 02:59
Show Gist options
  • Select an option

  • Save aristidesneto/a8a1ec5d0a0f12a7ee8404186149eae8 to your computer and use it in GitHub Desktop.

Select an option

Save aristidesneto/a8a1ec5d0a0f12a7ee8404186149eae8 to your computer and use it in GitHub Desktop.
Configurações de desempenho do PHP
## Configurações de desempenho do PHP
# /etc/php/VERSAO_PHP/fpm/php.ini
max_execution_time = 180
max_input_time = 180
memory_limit = 256M
post_max_size = 128M
cgi.fix_pathinfo = 0
upload_max_filesize = 128M
max_file_uploads = 128
date.timezone = "America/Sao_Paulo"
/etc/init.d/php7.0-fpm restart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment