mirror of
https://gitee.com/niucloud-team/niucloud-admin.git
synced 2025-12-14 11:42:48 +00:00
6 lines
103 B
Plaintext
6 lines
103 B
Plaintext
location /{
|
|
if (!-e $request_filename) {
|
|
rewrite ^(.*)$ /index.php/$1 last; break;
|
|
}
|
|
}
|