• WordPress版本:5.6.0
  • PHP版本:7.4
  • 服务端:Nginx 1.15.10
  • 主机配置:1核 – 2GB内存 – 系统盘 40GB SSD云盘 – 上海
  • 固定连接:http://rouse.npc.ink/%post_id%.html

伪静态

location /
{
	 try_files $uri $uri/ /index.php?$args;
}
 
rewrite /wp-admin$ $scheme://$host$uri/ permanent;