mengdodo

Results 24 comments of mengdodo

> 很多同学告诉我instances对fork和cluster模式都是有效的,亲测之后,直接修改配置文件instances后pm2 start不起作用,实例数是上一个设置的数量,如果pm2 delete之后在start, instances对fork模式是起作用的,设置了几个instansce,就会创建几个实例 ``` pm2 reload demo.yml #重新加载配置,restart是不会改变配置信息的 ```

@peinhu 我去我也遇到这问题了,宝塔安装的lnmp环境,当访问后缀类似.jpg时没有走laravel路由,直接在nginx层面就给拦下来了,这个跟你这个包没有关系,是nginx配置的问题

如果使用的宝塔一键安装,可以参考下 ``` vim /www/server/panel/vhost/nginx/你的站点配置文件.conf 删除如下配置 location ~ .*\.(gif|jpg|jpeg|png|bmp|swf)$ { expires 30d; error_log off; access_log /dev/null; } ``` 重启nginx即可

咋接手,感觉用起来也就这样,还需要什么功能

> 嘿嘿,我要给你截图保存     

i have same issue class ="zoomer-bottom-base-container scroller-at-bottom" with issue css style "height:NaNpx;width:0px;position:relative"

> > > I have the same issue, I had to add css styles with !important to quick fix this. > > > > > > @Cnk001 How did you...