feat: changed options for http version of requests to upstream app servers

This commit is contained in:
Jun Kurihara 2023-08-09 02:13:04 +09:00
commit 02c333905f
No known key found for this signature in database
GPG key ID: 48ADFD173ED22B03
6 changed files with 35 additions and 23 deletions

View file

@ -78,7 +78,7 @@ load_balance = "random" # or "round_robin" or "sticky" (sticky session) or "none
upstream_options = [
"override_host",
"upgrade_insecure_requests",
"convert_https_to_11",
"force_http11_upstream",
]
######################################################################