From 18ce2ce5fcaf89978ef598fcecfec73e43ffd6c0 Mon Sep 17 00:00:00 2001 From: Glambertessa Date: Thu, 14 Nov 2019 17:36:26 +0300 Subject: [PATCH] =?UTF-8?q?=D0=BC=D0=BE=D0=B4=D1=83=D0=BB=D1=8C=20=D0=B3?= =?UTF-8?q?=D0=B5=D0=BD=D0=B5=D1=80=D0=B0=D1=86=D0=B8=D0=B8=20=D0=BF=D0=BE?= =?UTF-8?q?=D0=BB=D1=8C=D0=B7=D0=BE=D0=B2=D0=B0=D1=82=D0=B5=D0=BB=D0=B5?= =?UTF-8?q?=D0=B9=20=D1=81=20secure?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/config/main.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/config/main.php b/backend/config/main.php index c8dd07a..bd49308 100755 --- a/backend/config/main.php +++ b/backend/config/main.php @@ -42,7 +42,7 @@ return [ 'components' => [ 'request' => [ 'csrfParam' => '_csrf-backend', - 'baseUrl' => '', + 'baseUrl' => 'secure', ], 'user' => [ 'identityClass' => 'common\models\User',