fix(core): update
This commit is contained in:
parent
c5b1dbb46e
commit
c417d96e48
@ -96,9 +96,9 @@ export let getHostConfigString = (hostNameArg: string, destinationIpArg: string,
|
||||
location / {
|
||||
proxy_http_version 1.1;
|
||||
proxy_buffering off;
|
||||
proxy_set_header Host $http_host:$server_port;
|
||||
proxy_set_header Host $http_host;
|
||||
proxy_set_header X-Real-IP $remote_addr;
|
||||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||
proxy_set_header X-Forwarded-For $remote_addr;
|
||||
proxy_set_header X-Forwarded-Proto $scheme;
|
||||
proxy_pass http://${uniqueString};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user