upload_max_filesize

This commit is contained in:
Zino
2022-11-24 19:00:29 +01:00
parent a067a86c89
commit b5a64717a9
2 changed files with 12 additions and 0 deletions

10
.htaccess-sample Normal file
View File

@@ -0,0 +1,10 @@
# 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