Created
February 12, 2022 16:54
-
-
Save uddhabh/7f46e70f5f06cead6f76cb7257087f09 to your computer and use it in GitHub Desktop.
Recommended PHP Config for WordPress
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
memory_limit = 128M; | |
post_max_size = 64M; | |
max_execution_time = 120; | |
upload_max_filesize = 64M; | |
max_input_time = 60; | |
max_input_vars = 1000; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment