Created
July 29, 2015 04:07
-
-
Save megane9988/64484bfaab769294e8b0 to your computer and use it in GitHub Desktop.
php.ini
This file contains hidden or 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
| post_max_size = 12M #一つのサイズより少し余裕を持つ | |
| upload_max_filesize = 10M #一つのサイズ | |
| max_file_uploads = 30M #まとめたサイズ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment