fix(core): update

This commit is contained in:
Philipp Kunz 2019-01-25 12:37:12 +01:00
parent 0aa6966dc1
commit 4206c9bc8a

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 $remote_addr;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_next_upstream error timeout http_404 http_429 http_500 http_502;
proxy_next_upstream_tries 5;
proxy_pass http://${hostNameArg};
}
}