mirror of https://github.com/wulabing/Xray_onekey
修复 nginx merge 配置文件异常
parent
d02cb85058
commit
9f7ab793e3
|
@ -553,7 +553,7 @@ nginx_conf_add() {
|
||||||
proxy_set_header Host \$http_host;
|
proxy_set_header Host \$http_host;
|
||||||
|
|
||||||
# Config for 0-RTT in TLSv1.3
|
# Config for 0-RTT in TLSv1.3
|
||||||
proxy_set_header Early-Data $ssl_early_data;
|
proxy_set_header Early-Data \$ssl_early_data;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
server {
|
server {
|
||||||
|
|
Loading…
Reference in New Issue