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