fix: HTTP parser error in linux installations (#3232)

This commit is contained in:
Pranav Raj S 2021-10-18 14:20:48 +05:30 committed by GitHub
parent 9f9dd09985
commit 6de964a0bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;