wordpress在nginx下的伪静态规则



location / {
try_files $uri $uri/ /index.php$is_args$args;
}
最后更改: in 2017/05/26 15:55