mirror of https://github.com/wulabing/Xray_onekey
Nginx Stable 版本更新 1.18.0
parent
868592a55e
commit
4662f94197
|
@ -18,7 +18,7 @@
|
||||||
* 添加 ws DOH配置 感谢 tg:@auth_chain_b
|
* 添加 ws DOH配置 感谢 tg:@auth_chain_b
|
||||||
|
|
||||||
## 2020-01-25
|
## 2020-01-25
|
||||||
* 修复 curl依赖确实
|
* 修复 curl依赖缺失
|
||||||
* 添加 MT-proxy-go 安装代码,在此感谢 whunt1 的贡献
|
* 添加 MT-proxy-go 安装代码,在此感谢 whunt1 的贡献
|
||||||
* 修复 测试签发成功,正式签发失败,后续重装导致的跳过证书签发问题
|
* 修复 测试签发成功,正式签发失败,后续重装导致的跳过证书签发问题
|
||||||
|
|
||||||
|
|
|
@ -49,7 +49,7 @@ v2ray_access_log="/var/log/v2ray/access.log"
|
||||||
v2ray_error_log="/var/log/v2ray/error.log"
|
v2ray_error_log="/var/log/v2ray/error.log"
|
||||||
amce_sh_file="/root/.acme.sh/acme.sh"
|
amce_sh_file="/root/.acme.sh/acme.sh"
|
||||||
ssl_update_file="/usr/bin/ssl_update.sh"
|
ssl_update_file="/usr/bin/ssl_update.sh"
|
||||||
nginx_version="1.16.1"
|
nginx_version="1.18.0"
|
||||||
openssl_version="1.1.1g"
|
openssl_version="1.1.1g"
|
||||||
jemalloc_version="5.2.1"
|
jemalloc_version="5.2.1"
|
||||||
old_config_status="off"
|
old_config_status="off"
|
||||||
|
|
Loading…
Reference in New Issue