Skip to content

Commit

Permalink
doc: 更新readme
Browse files Browse the repository at this point in the history
  • Loading branch information
vicanso committed Mar 30, 2018
1 parent e7a66bd commit 907e7c4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ HTTP缓存服务,提供高效简单的HTTP缓存服务。
- 访问日志支持以文件(按天分隔)或者UDP的形式输出
- 支持自定义HTTP响应头配置
- 支持自定义最小压缩长度,对于内网之间的访问,避免压缩、解压的时间损耗
- 支持自定义增加jpeg压缩处理
- 支持自定义文本压缩级别
- 智能选择`gzip``brotli`压缩算法

## 配置

Expand All @@ -35,7 +38,7 @@ directors:
-
# 名称
name: tiny
# backend的健康检测,如果不配置,则不做检测,默认backend都为正常
# backend的健康检测,如果不配置,则检测端口是否被监听
ping: /ping
# backend列表
backends:
Expand Down
2 changes: 1 addition & 1 deletion vars/const.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import "errors"

var (
// Version the application version
Version = "0.1.3"
Version = "0.2.0"
// Name the name of application
Name = []byte("Pike")
// AcceptEncoding http request accept enconding header
Expand Down

0 comments on commit 907e7c4

Please sign in to comment.