Skip to content

Setup: Maintenance

dante di domenico edited this page Jul 13, 2022 · 2 revisions

Edit configuration

When you set Maintenance configuration, a courtesy page is shown with Maintenance.message on it and you can't access BEdita Manager (login not available). To restore login, you have to remove the Maintenance configuration.

You can set Maintenance in config/app_local.php (or in config/projects/<projectName>.php if you use multi project configuration).

I.e.:

'Maintenance' => [
    'message' => 'This page won\'t be available for some time. Try later',
]
Clone this wiki locally