10 lines
384 B
Plaintext
10 lines
384 B
Plaintext
# BEGIN WordPress
|
|
# The directives (lines) between "BEGIN WordPress" and "END WordPress" are
|
|
# dynamically generated, and should only be modified via WordPress filters.
|
|
# Any changes to the directives between these markers will be overwritten.
|
|
|
|
# END WordPress
|
|
php_value upload_max_filesize 32M
|
|
php_value post_max_size 32M
|
|
php_value max_execution_time 300
|
|
php_value max_input_time 300 |