Xray-0.1.8

[fix] nginx 兼容配置的部分参数删除
pull/401/head
wulabing 2021-07-10 14:00:55 +08:00
parent ca2b1a6ade
commit 874f8b296b
No known key found for this signature in database
GPG Key ID: 213391AFDF73AE00
2 changed files with 1 additions and 5 deletions

View File

@ -10,8 +10,6 @@
root /www/xray_web;
error_page 400 = /400.html;
# Config for 0-RTT in TLSv1.3
ssl_early_data on;
ssl_stapling on;
ssl_stapling_verify on;
add_header Strict-Transport-Security "max-age=63072000" always;
@ -26,8 +24,6 @@
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";
proxy_set_header Host $http_host;
# Config for 0-RTT in TLSv1.3
proxy_set_header Early-Data $ssl_early_data;
}
}
server {

View File

@ -27,7 +27,7 @@ OK="${Green}[OK]${Font}"
ERROR="${Red}[ERROR]${Font}"
# 变量
shell_version="0.1.7"
shell_version="0.1.8"
github_branch="nginx_forward"
xray_conf_dir="/usr/local/etc/xray"
website_dir="/www/xray_web/"