伪静态规则如下:

location / {
    try_files $uri $uri/ $uri.php?$args;
}

其中

$uri.php

的.php为文章后缀,大家自行修改即可。