Author: Robert Kaussow <mail@thegeeklab.de>
Date:   Mon May 31 21:50:13 2021 +0200

    feat: add missing proxy_ vars
This commit is contained in:
Robert Kaussow 2021-05-31 19:57:50 +00:00
parent 50d778b1d7
commit 302c43b254
1 changed files with 6 additions and 0 deletions

View File

@ -494,6 +494,9 @@ nginx_vhosts_default:
index: index.html
add_headers: []
proxy_pass:
proxy_pass_request_body:
proxy_next_upstream:
proxy_redirect:
proxy_http_version: "1.1"
proxy_buffering: "off"
proxy_connect_timeout: 3600s
@ -503,6 +506,9 @@ nginx_vhosts_default:
proxy_hide_headers: []
proxy_ignore_headers: []
proxy_intercept_errors: "off"
proxy_cache_bypass:
proxy_no_cache:
proxy_buffers:
custom_options:
custom_options:
- 'deny: all'