mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-07-08 14:40:03 +08:00
5 lines
101 B
Plaintext
5 lines
101 B
Plaintext
|
|
location / {
|
||
|
|
if (!-e $request_filename) {
|
||
|
|
rewrite ^(.*)$ /index.php?s=/$1 last;
|
||
|
|
}
|
||
|
|
}
|