wordpress在nginx下的伪静态规则



location / {
try_files $uri $uri/ /index.php$is_args$args;
}