mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-04-20 05:52:24 +00:00
fix httpUpgrade host
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
This commit is contained in:
parent
8a9d9ae24c
commit
a9f4c5fd77
1 changed files with 1 additions and 1 deletions
|
@ -289,7 +289,7 @@ class HttpUpgradeStreamSettings extends CommonClass {
|
|||
static fromJson(json={}) {
|
||||
return new HttpUpgradeStreamSettings(
|
||||
json.path,
|
||||
json.Host,
|
||||
json.host,
|
||||
json.headers && !ObjectUtil.isEmpty(json.headers.Host) ? json.headers.Host : '',
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue