From 7a653526144044b2cdd5389813ec3f8362a5cb14 Mon Sep 17 00:00:00 2001 From: Nilstrieb <48135649+Nilstrieb@users.noreply.github.com> Date: Sat, 10 Sep 2022 22:38:12 +0200 Subject: [PATCH] hahah acks --- nginx/nginx.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nginx/nginx.conf b/nginx/nginx.conf index 603f93d..8072c05 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -87,6 +87,9 @@ http { proxy_http_version 1.1; chunked_transfer_encoding off; + proxy_buffering off; + proxy_cache off; + proxy_pass_request_headers on; proxy_pass http://hugo-chat-backend:8080/;