宝塔面板wordpress nginx伪静态规则 发布于2022年2月10日 作者:wangxiao wordpress nginx伪静态规则 location / { try_files $uri $uri/ /index.php?$args; } rewrite /wp-admin$ $scheme://$host$uri/ permanent;