- Put check_lock: true inside the (ex.) prod section of apps/frontend/config/settings.yml.
- Create an unavailable.php file in the root config dir (project folder/config).
- Clear the cache (symfony cc).
- Run symfony project:disable frontend prod to disable the prod environment of the frontend application. To enable, just change the disable word to enable.
No comments:
Post a Comment