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