mirror of
https://github.com/crmeb/CRMEB.git
synced 2025-12-12 19:12:49 +00:00
6 lines
127 B
Plaintext
6 lines
127 B
Plaintext
location / { // …..省略部分代码
|
|
if (!-e $request_filename) {
|
|
rewrite ^(.*)$ /index.php?s=/$1 last;
|
|
break;
|
|
}
|
|
} |