fix(core): update
This commit is contained in:
parent
a672bb920f
commit
390812ec33
@ -99,6 +99,8 @@ export let getHostConfigString = (hostNameArg: string, destinationIpArg: string)
|
||||
proxy_set_header X-Real-IP $remote_addr;
|
||||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||
proxy_set_header X-Forwarded-Proto $scheme;
|
||||
proxy_set_header Connection "Keep-Alive";
|
||||
proxy_set_header Proxy-Connection "Keep-Alive";
|
||||
proxy_pass http://${hostNameArg};
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user