Created
June 26, 2021 04:25
-
-
Save hoangnamitc/6602db1e3662534281393a0f191d1226 to your computer and use it in GitHub Desktop.
Các thông số PHP settings lý tưởng
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
------------------------------- | |
Xem php.init ở đâu: php --ini | |
- post_max_size : 750M | |
- upload_max_filesize : 750M (Dung lượng tối đa cho việc upload file) | |
- max_execution_time : 120 (Thời gian tối đa để thực thi 1 tác vụ PHP "giây") | |
- max_input_time : 120 | |
- memory_limit : 512M | |
------------------------------- |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment