location / { if (!-e $request_filename) { rewrite ^/(.*)$ /index.php?$1 last; } }nginx要开启重写模块
location / { if (!-e $request_filename) { rewrite ^/(.*)$ /index.php?$1 last; }
}nginx要开启重写模块
}
nginx要开启重写模块
关闭