mirror of
https://gitee.com/niucloud-team/niucloud-admin.git
synced 2026-08-19 11:19:02 +00:00
5 lines
103 B
Plaintext
5 lines
103 B
Plaintext
location / {
|
|
if (!-e $request_filename) {
|
|
rewrite ^(.*)$ /index.php/$1 last; break;
|
|
}
|
|
} |