Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lixworth authored and Gary Meng committed Aug 25, 2017
1 parent bb89bc5 commit f3e7825
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ $config['db']['dbname'] = 'project';
Nginx服务器配置:
```
location / {
# 重新向所有非真是存在的请求到index.php
   # 重新向所有非真实存在的请求到index.php
try_files $uri $uri/ /index.php$args;
}
```
Expand Down

0 comments on commit f3e7825

Please sign in to comment.