Commit f48365c38637610035721a3b96eee3a1d1f3512f
1 parent
76d0f321
26.05.16 change image download (git strange error, pay attention for this)
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
common/config/main.php
@@ -72,8 +72,8 @@ return [ | @@ -72,8 +72,8 @@ return [ | ||
72 | 'artboximage' => [ | 72 | 'artboximage' => [ |
73 | 'class' => 'common\components\artboximage\ArtboxImage', | 73 | 'class' => 'common\components\artboximage\ArtboxImage', |
74 | 'driver' => 'GD', //GD or Imagick | 74 | 'driver' => 'GD', //GD or Imagick |
75 | - 'rootPath' => Yii::getAlias('@storage'), | ||
76 | - 'rootUrl' => Yii::getAlias('/storage'), | 75 | + 'rootPath' => Yii::getAlias('@frontend/web/images'), |
76 | + 'rootUrl' => Yii::getAlias('/images'), | ||
77 | 'presets' => [ | 77 | 'presets' => [ |
78 | 'product' => [ | 78 | 'product' => [ |
79 | 'resize' => [ | 79 | 'resize' => [ |