From 6de964a0bd74906409b8f7854d66d1739230e541 Mon Sep 17 00:00:00 2001 From: Pranav Raj S Date: Mon, 18 Oct 2021 14:20:48 +0530 Subject: [PATCH] fix: HTTP parser error in linux installations (#3232) --- deployment/nginx_chatwoot.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/nginx_chatwoot.conf b/deployment/nginx_chatwoot.conf index b1f991781..8359431c9 100644 --- a/deployment/nginx_chatwoot.conf +++ b/deployment/nginx_chatwoot.conf @@ -30,7 +30,7 @@ server { proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_http_version 1.1; - proxy_set_header Connection “”; + proxy_set_header Connection ""; proxy_buffering off; client_max_body_size 0; proxy_read_timeout 36000s;