How to correctly invalidate cache on production for Symfony2 application?

后端 未结 3 741
庸人自扰
庸人自扰 2021-02-07 15:36

I changed the configuration of the application and deployed the new code to production server. Since the application does not parse the configuration files and use precompiled c

3条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2021-02-07 16:20

    You missed env parameter: app/console cache:clear --env=prod --no-debug

提交回复
热议问题