Created
August 6, 2020 16:10
-
-
Save radmation/dc8391f1653fb66e237d6043589db7ad to your computer and use it in GitHub Desktop.
Cloud Sites increase upload size
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
php_value memory_limit 128M | |
php_value upload_max_filesize 8M | |
php_value post_max_size 8M | |
php_value max_execution_time 30 | |
php_value max_input_time 60 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment