set secure

This commit is contained in:
iIronside
2021-11-12 15:19:37 +03:00
parent 12914e9f8f
commit 5fdc9cabcf
3 changed files with 227 additions and 5 deletions

View File

@ -81,7 +81,7 @@ return [
'components' => [
'request' => [
'csrfParam' => '_csrf-backend',
'baseUrl' => '', // /secure
'baseUrl' => '/secure', // /secure
'parsers' => [
'application/json' => 'yii\web\JsonParser',
'text/xml' => 'yii/web/XmlParser',