nginx 安装测试 https://blog.csdn.net/leon_zeng0/article/details/113578143
ubuntu 基于apache2安装wordpress https://ubuntu.com/tutorials/install-and-configure-wordpress#7-configure-wordpress
报错403的话,是权限没搞对,解决参考https://www.digitalocean.com/community/tutorials/install-wordpress-nginx-ubuntu
# cd /var/www/html/wordpress/public_html
# chown -R www-data:www-data *
# chmod -R 755 *
任何改动了nginx的配置,都需要重新加载,使其生效
systemctl reload nginx
阿里云建站 https://help.aliyun.com/document_detail/150522.html
https://www.cnblogs.com/wongbingming/p/13819905.html
WordPress提示”发布失败。错误信息:此响应不是合法的JSON响应。”的解决方法 https://www.wppop.com/wordpress-the-response-is-not-a-valid-json-response.html