Skip to content

Instantly share code, notes, and snippets.

@yusufhm
Last active August 29, 2015 14:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yusufhm/ed6a3535bfca59643f6f to your computer and use it in GitHub Desktop.
Save yusufhm/ed6a3535bfca59643f6f to your computer and use it in GitHub Desktop.
php custom config
cgi.fix_pathinfo = 0;
realpath_cache_size = 256k;
realpath_cache_ttl = 300;
max_execution_time = 120;
max_input_time = 120;
memory_limit = 192M;
error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT
post_max_size = 30M
upload_max_filesize = 30M
date.timezone = Australia/Sydney
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment