nginx添加伪静态文件
location / {
if (!-e $request_filename){
rewrite ^(.*)$ /index.php?s=$1 last; break;
}
}
nginx添加伪静态文件最先出现在Python成神之路。
location / {
if (!-e $request_filename){
rewrite ^(.*)$ /index.php?s=$1 last; break;
}
}
nginx添加伪静态文件最先出现在Python成神之路。
共有 0 条评论