我已经安装了Azure WordPress,媒体库的文件上传大小为8MB,因此我不得不将其增大。我在.user.ini文件和.htaccess文件中进行了更改。
.user.ini
upload_max_filesize = 1000M
post_max_size = 2000M
memory_limit = 3000M
file_uploads = On
max_execution_time = 300
.htaccess文件
SetEnv MAGICK_THREAD_LIMIT 1
我用Google搜索了很多,但是找不到任何东西。我的主要上传类型为PDF。
请帮助!