lnmp自带的包不好用, 经测试,在相应的conf文件加入这句话即可:
location / {
if (!-e $request_filename) {
rewrite ^(.*)$ /index.php?s=$1 last;
break;
}
}
lnmp自带的包不好用, 经测试,在相应的conf文件加入这句话即可:
location / {
if (!-e $request_filename) {
rewrite ^(.*)$ /index.php?s=$1 last;
break;
}
}