邵波散记
if (!-e $request_filename) {
rewrite ^/admin(.+)$ /admin/index.php?$1 last;
rewrite ^/(.+)$ /index.php?WOLFPAGE=$1 last;
}