location ~* (runtime|application)/{
return 403;
}location / {
if (!-e $request_filename){ rewrite ^(.*)$ /index.php?s=$1 last; break; }
}
发布 问题
回到 顶部