宝塔nginx location配置(修复禅知2.5)

2020-01-02 16:32:00
1147533288
原创
2945

迁移禅知到宝塔lnmp下,之前的apache规则不能使用了,单独几个转换自己后加的:


location /admin {  rewrite  ^(.*)$  /admin.php/$1  last;break;
}
location ^~ /message/ {  rewrite  ^(.*)$  /index.php/message.html last;break;
}
location /search {  rewrite  ^(.*)$  /index.php/search.html?words=$args last;break;
}
location / {  if (!-e $request_filename){
   rewrite ^/(.*)$ /index.php/$1 last;
    }
}
文章分类
联系我
联系人: meepo
电话: *****
Email: 1147533288@qq.com
QQ: 1147533288