我使用瘦+ Nginx在'开发'模式下在windows上运行rails app,
命令是thin start
,它运作良好!
但是当我运行thin -e production start
时,应用程序已启动,但我收到了'缓存...未命中',请参阅下文:
C:\mytest3>thin -e production start
>> Using rack adapter
>> Thin web server (v1.3.1 codename Triple Espresso)
>> Maximum connections set to 1024
>> Listening on 0.0.0.0:3000, CTRL+C to stop
cache: [GET /employees/1] miss
cache: [GET /employees] miss
cache: [GET /employees/list] miss
cache: [GET /employees/show] miss
....
我不知道发生了什么,有人可以帮忙吗?非常感谢!