add some more wordpress options for file uploads
Some checks failed
continuous-integration/drone/pr Build is failing
Some checks failed
continuous-integration/drone/pr Build is failing
This commit is contained in:
parent
34f70889e3
commit
73efb584db
2
abra.sh
2
abra.sh
@ -1,4 +1,4 @@
|
|||||||
export PHP_UPLOADS_CONF_VERSION=v3
|
export PHP_UPLOADS_CONF_VERSION=v4
|
||||||
export ENTRYPOINT_CONF_VERSION=v7
|
export ENTRYPOINT_CONF_VERSION=v7
|
||||||
export ENTRYPOINT_MAILRELAY_CONF_VERSION=v2
|
export ENTRYPOINT_MAILRELAY_CONF_VERSION=v2
|
||||||
export MSMTP_CONF_VERSION=v4
|
export MSMTP_CONF_VERSION=v4
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
file_uploads = On
|
file_uploads = On
|
||||||
upload_max_filesize = 256M
|
upload_max_filesize = 256M
|
||||||
post_max_size = 256M
|
post_max_size = 256M
|
||||||
|
memory_limit = 256M
|
||||||
|
max_execution_time = 30
|
||||||
|
max_input_time = 30
|
Loading…
x
Reference in New Issue
Block a user