Skip to content

Commit 0dee4f9

Browse files
authored
添加url重写配置说明
添加url重写配置说明
1 parent 6da6181 commit 0dee4f9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@
1313
7.基于yac、yaconf提供共享数据、配置服务
1414
8.基于zqf提供高并发计数器、红包、二维码服务
1515
9.很好的支持网页版console的shell服务
16+
###Nginx 下配置文件示例
17+
location / {
18+
if (!-e $request_filename) {
19+
rewrite ^/(.*)$ /index.php?$1 last;
20+
}
21+
}
1622
###服务启动
1723
需要php以cli模式运行/server/server.php
1824
php server.php start

0 commit comments

Comments
 (0)