User Tools

Site Tools


wordpress

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
wordpress [2021/02/10 21:46]
127.0.0.1 external edit
wordpress [2023/03/08 16:05] (current)
xujianglong ↷ Page moved from 内部资料:wordpress to wordpress
Line 1: Line 1:
-====== Reset WordPress url ======+====== WordPress上传图片提示图像后期处理失败。如果这是一张照片或较大图像,请将其缩小到2500像素并重新上传 ====== 
 + 
 +修改Nginx参数,设置client_max_body_size为较大的值,例如100M。例如ubuntu系统中,修改/etc/nginx/nginx.conf文件,在http节点中,增加client_max_body_size 100M; 
 + 
 +[[https://stackoverflow.com/questions/58849039/wordpress-image-upload-time-error-post-processing-of-the-image-failed|https://stackoverflow.com/questions/58849039/wordpress-image-upload-time-error-post-processing-of-the-image-failed]] 
 + 
 +[[https://stackoverflow.com/questions/28476643/default-nginx-client-max-body-size|https://stackoverflow.com/questions/28476643/default-nginx-client-max-body-size]] 
 + 
 +====== WordPress Docker容器修改上传文件大小 ====== 
 + 
 +在Docker容器内容创建php.ini文件,内容如下。然后重启容器即可 
 +<code> 
 + 
 +upload_max_filesize = 128M 
 +post_max_size = 128M 
 +max_execution_time = 300 
 + 
 +</code> 
 + 
 +====== 如何修改WordPress URL地址 ======
  
 [[https://help.dreamhost.com/hc/en-us/articles/214580498-How-do-I-change-the-WordPress-Site-URL-|How do I change the WordPress Site URL?]] [[https://help.dreamhost.com/hc/en-us/articles/214580498-How-do-I-change-the-WordPress-Site-URL-|How do I change the WordPress Site URL?]]
  
  
wordpress.1612964791.txt.gz · Last modified: 2021/02/10 21:46 by 127.0.0.1