fix(core): update

This commit is contained in:
Philipp Kunz 2019-01-19 03:04:38 +01:00
parent a672bb920f
commit 390812ec33

View File

@ -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};
}
}