From 5bbd7734606e0beea8d13566443796349b9b0cd9 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Tue, 22 Jan 2019 22:42:54 +0100 Subject: [PATCH] fix(core): update --- ts/smartnginx.snippets.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/ts/smartnginx.snippets.ts b/ts/smartnginx.snippets.ts index 7f390f3..777c362 100644 --- a/ts/smartnginx.snippets.ts +++ b/ts/smartnginx.snippets.ts @@ -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;