Last active
August 29, 2015 14:11
-
-
Save yusufhm/ed6a3535bfca59643f6f to your computer and use it in GitHub Desktop.
php custom config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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