diff --git a/README.md b/README.md index 4810cf1..a4e41ba 100644 --- a/README.md +++ b/README.md @@ -157,6 +157,8 @@ server { location / { add_header Access-Control-Allow-Origin $xssorigin; + proxy_http_version 1.1; + proxy_set_header Connection ""; proxy_pass http://127.0.0.1:8080; } }