解决方法:在 nginx 的 vhost 配置文件中添加伪静态规则
location / { try_files $uri $uri/ /index.php?$args; } rewrite /wp-admin$ $scheme://$host$uri/ permanent;
来自:如何解决迁移 Apache 服务器至 nginx 后,Wordpress 出现 404 的问题? – Brain1981 的回答 – 知乎 https://www.zhihu.com/question/68267528/answer/261500849