mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-24 18:51:27 +08:00
update start-installation.md Chinese version.
This commit is contained in:
@@ -141,7 +141,7 @@ server {
|
|||||||
error_log /path/to/basic/log/error.log;
|
error_log /path/to/basic/log/error.log;
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
# 如果找不到真实存在的文件,把请求重定向给 index.php
|
# 如果找不到真实存在的文件,把请求分发至 index.php
|
||||||
try_files $uri $uri/ /index.php?$args;
|
try_files $uri $uri/ /index.php?$args;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user