修复 nginx merge 配置文件异常

pull/315/head
wulabing 2020-06-03 18:09:56 +08:00
parent d02cb85058
commit 9f7ab793e3
1 changed files with 1 additions and 1 deletions

View File

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