fix(core): update

This commit is contained in:
Philipp Kunz 2019-01-22 22:42:54 +01:00
parent 2c81f8b492
commit 5bbd773460

View File

@ -95,6 +95,7 @@ export let getHostConfigString = (hostNameArg: string, destinationIpArg: string,
location / {
proxy_http_version 1.1;
proxy_buffering off;
proxy_redirect off;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $remote_addr;
proxy_set_header X-Forwarded-Proto $scheme;