Merge #1070
1070: use HTTP/1.1 for proxyied connections r=mergify[bot] a=HorayNarea ## What type of PR? Feature/Enhancement ## What does this PR do? [by default nginx uses HTTP/1.0 when proxying connections](https://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_http_version), this PR changes that to HTTP/1.1 so keep-alive and other efficiency-improvements are available ## Prerequistes Before we can consider review and merge, please make sure the following list is done and checked. If an entry in not applicable, you can check it or remove it from the list. - [x] Unless it's docs or a minor change: add [changelog](https://mailu.io/master/contributors/guide.html#changelog) entry file. Co-authored-by: Thomas Sänger <thomas@gecko.space>master
commit
22c326a9df
@ -0,0 +1 @@
|
|||||||
|
use HTTP/1.1 for proxyied connections
|
Loading…
Reference in New Issue