update start-installation.md Chinese version.

This commit is contained in:
AbrahamGreyson
2014-09-29 09:54:30 +08:00
parent f6a1f8e253
commit 1b1bbab552

View File

@@ -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;
} }