From 0a6fbf588e707d05510fd29f82ba379d39a4cc8e Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Sat, 19 Jan 2019 12:17:47 +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 a26a9a4..0e06292 100644 --- a/ts/smartnginx.snippets.ts +++ b/ts/smartnginx.snippets.ts @@ -96,6 +96,7 @@ export let getHostConfigString = (hostNameArg: string, destinationIpArg: string) http2_push_preload on; proxy_http_version 1.1; proxy_redirect off; + proxy_buffering off; proxy_set_header Host $http_host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;