location / {
if (!-e $request_filename) {
rewrite ^(.*)$ /index.php$1 last;
}
# 不需要,可以删除
location /typecho/ {
rewrite ^(.*)$ /typecho/index.php$1 last;