I have a customer's website developed with Symfony 3.4 framework. In the config.yml the default locale is fr and the website use this config to set the language. But at the begining, the default locale is en and the website is in english. I set it in fr and clear cache for env prod. But the website and default locale still in en...
How to refresh config on prod mode to update changes on the website?