Closed wolv-dev closed 7 years ago
I cannot reproduce it with config.php
<?php
return [
'db' => [
'username' => 'root',
'password' => 'toor',
'dbname' => 'sw52',
'host' => 'mysql',
'port' => '3306'
],
'template' => [
'forceCompile' => true,
],
'csrfProtection' => [
'frontend' => false,
'backend' => false
],
];
When error occurs in Shopware like "Uncaught Enlight_Controller_Exception: Controller "xxxxxxxxx" not found", than an 502 error is displayed instead of 404 redirect to error page or homepage