location / {
if (!-e $request_filename) {
rewrite ^(.*)$ /index.php?s=/$1 last;
}
}
thinphp5.1伪静态nginx配置
最新推荐文章于 2023-08-12 10:55:33 发布
location / {
if (!-e $request_filename) {
rewrite ^(.*)$ /index.php?s=/$1 last;
}
}