From 9f3c7ace2dc95ae0279ded1940d5963dccf0e5b6 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sat, 12 Jan 2019 19:50:54 +0100 Subject: move nginx snippets to global files location --- files/common/nginx-snippets/proxy-nobuff.conf | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 files/common/nginx-snippets/proxy-nobuff.conf (limited to 'files/common/nginx-snippets/proxy-nobuff.conf') diff --git a/files/common/nginx-snippets/proxy-nobuff.conf b/files/common/nginx-snippets/proxy-nobuff.conf new file mode 100644 index 00000000..b08de70c --- /dev/null +++ b/files/common/nginx-snippets/proxy-nobuff.conf @@ -0,0 +1,4 @@ +proxy_buffering off; +proxy_ignore_headers "X-Accel-Buffering"; +proxy_request_buffering off; +proxy_http_version 1.1; -- cgit v1.2.3