mirror of
https://github.com/WJQSERVER-STUDIO/ghproxy.git
synced 2026-02-03 08:11:11 +08:00
1.6.1
This commit is contained in:
parent
29046382a5
commit
57cd7e1ce7
6 changed files with 19 additions and 12 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
|
@ -1,5 +1,15 @@
|
|||
# 更新日志
|
||||
|
||||
v1.6.1
|
||||
---
|
||||
- CHANGE: 根据社区建议,将`sizeLimit`由过去的以`byte`为单位,改为以`MB`为单位,以便于直观理解
|
||||
- ADD: 新增`nocache`版本,供由用户自行优化缓存策略
|
||||
- CHANGE: 优化`Proxy`核心模块内部结构,提升性能
|
||||
- REMOVE: 移除`Proxy`模块内部分无用`logInfo`
|
||||
- FIX & ADD: 修复前端对gist的匹配问题,添加对`gist.githubusercontent.com`的前端转换支持
|
||||
- CHANGE: 改变部分前端匹配逻辑
|
||||
- CHANGE: 更新相关依赖库
|
||||
|
||||
24w19d
|
||||
---
|
||||
- PRE-RELEASE: 此版本是v1.6.1的预发布版本,请勿在生产环境中使用
|
||||
|
|
|
|||
|
|
@ -79,10 +79,10 @@ wget -O install.sh https://raw.githubusercontent.com/WJQSERVER-STUDIO/ghproxy/ma
|
|||
[server]
|
||||
host = "127.0.0.1" # 监听地址
|
||||
port = 8080 # 监听端口
|
||||
sizeLimit = 131072000 # 125MB
|
||||
sizeLimit = 125 # 125MB
|
||||
|
||||
[pages]
|
||||
enabled = true # 是否开启内置静态页面
|
||||
enabled = false # 是否开启内置静态页面(Docker版本请关闭此项)
|
||||
staticPath = "/data/www" # 静态页面文件路径
|
||||
|
||||
[log]
|
||||
|
|
|
|||
2
VERSION
2
VERSION
|
|
@ -1 +1 @@
|
|||
1.6.0
|
||||
1.6.1
|
||||
|
|
@ -4,7 +4,7 @@
|
|||
https_port 443
|
||||
order cache before rewrite
|
||||
cache {
|
||||
cache_name GhProxyCache
|
||||
cache_name GHProxyCache
|
||||
}
|
||||
log {
|
||||
level INFO
|
||||
|
|
@ -13,9 +13,6 @@
|
|||
roll_keep 10
|
||||
}
|
||||
}
|
||||
servers :80 {
|
||||
protocols h1 h2c
|
||||
}
|
||||
}
|
||||
|
||||
(log) {
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
https_port 443
|
||||
order cache before rewrite
|
||||
cache {
|
||||
cache_name GhProxyCache
|
||||
cache_name GHProxyCache
|
||||
}
|
||||
log {
|
||||
level INFO
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
https_port 443
|
||||
order cache before rewrite
|
||||
cache {
|
||||
cache_name GhProxyCache
|
||||
cache_name GHProxyCache
|
||||
}
|
||||
log {
|
||||
level INFO
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue