mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-16 07:11:19 +08:00
Update structure-applications.md
A small modification
This commit is contained in:
@ -396,7 +396,7 @@ $width = \Yii::$app->params['thumbnail.size'][0];
|
||||
该属性指定临时文件如日志文件、缓存文件等保存路径,默认值为带别名的 `@app/runtime`。
|
||||
|
||||
可以配置该属性为一个目录或者路径 [别名](concept-aliases.md),注意应用运行时有对该路径的写入权限,
|
||||
以及终端用户不能访问改路径因为临时文件可能包含一些敏感信息。
|
||||
以及终端用户不能访问该路径因为临时文件可能包含一些敏感信息。
|
||||
|
||||
为了简化访问该路径,Yii预定义别名 `@runtime` 代表该路径。
|
||||
|
||||
|
Reference in New Issue
Block a user