Skip to content

Commit

Permalink
添加url重写配置说明
Browse files Browse the repository at this point in the history
添加url重写配置说明
  • Loading branch information
qieangel2013 committed Nov 10, 2016
1 parent 6da6181 commit 0dee4f9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@
7.基于yac、yaconf提供共享数据、配置服务
8.基于zqf提供高并发计数器、红包、二维码服务
9.很好的支持网页版console的shell服务
###Nginx 下配置文件示例
location / {
if (!-e $request_filename) {
rewrite ^/(.*)$ /index.php?$1 last;
}
}
###服务启动
需要php以cli模式运行/server/server.php
php server.php start
Expand Down

0 comments on commit 0dee4f9

Please sign in to comment.