diff --git a/test/autoXRAYselfXHTTPtls.sh b/test/autoXRAYselfXHTTPtls.sh index 2e6ad0a..faf2d89 100644 --- a/test/autoXRAYselfXHTTPtls.sh +++ b/test/autoXRAYselfXHTTPtls.sh @@ -72,7 +72,7 @@ server { location /${path_xhttp} { proxy_pass http://127.0.0.1:8400; proxy_http_version 1.1; - proxy_set_header Host $host; + proxy_set_header Host \$host; } } @@ -871,7 +871,7 @@ cat > "$WEB_PATH/$path_subpage.html" <