add some more wordpress options for file uploads
Some checks failed
continuous-integration/drone/pr Build is failing

This commit is contained in:
Steven Sting 2024-08-23 17:31:16 +02:00
parent 34f70889e3
commit 73efb584db
2 changed files with 4 additions and 1 deletions

View File

@ -1,4 +1,4 @@
export PHP_UPLOADS_CONF_VERSION=v3
export PHP_UPLOADS_CONF_VERSION=v4
export ENTRYPOINT_CONF_VERSION=v7
export ENTRYPOINT_MAILRELAY_CONF_VERSION=v2
export MSMTP_CONF_VERSION=v4

View File

@ -1,3 +1,6 @@
file_uploads = On
upload_max_filesize = 256M
post_max_size = 256M
memory_limit = 256M
max_execution_time = 30
max_input_time = 30