From c55d2dcf10af6322116bfb64d83fcd8a378f11e0 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Sat, 19 Jan 2019 02:44:52 +0100 Subject: [PATCH] fix(core): update --- ts/smartnginx.snippets.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ts/smartnginx.snippets.ts b/ts/smartnginx.snippets.ts index 1641ec4..e40b8ca 100644 --- a/ts/smartnginx.snippets.ts +++ b/ts/smartnginx.snippets.ts @@ -90,6 +90,8 @@ export let getHostConfigString = (hostNameArg: string, destinationIpArg: string) ssl_certificate_key ${paths.nginxHostDirPath}/${hostNameArg}.private.pem; location / { + proxy_http_version 1.1; + keepalive 100; 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;