This commit is contained in:
WJQSERVER 2024-10-24 22:30:41 +08:00
parent 29046382a5
commit 57cd7e1ce7
6 changed files with 19 additions and 12 deletions

View file

@ -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的预发布版本,请勿在生产环境中使用

View file

@ -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]

View file

@ -1 +1 @@
1.6.0
1.6.1

View file

@ -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) {

View file

@ -4,7 +4,7 @@
https_port 443
order cache before rewrite
cache {
cache_name GhProxyCache
cache_name GHProxyCache
}
log {
level INFO

View file

@ -4,7 +4,7 @@
https_port 443
order cache before rewrite
cache {
cache_name GhProxyCache
cache_name GHProxyCache
}
log {
level INFO