You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| no_proxy | boolean |`false`| Don't actually configure anything target-related (use extra_* variables from below) | N |
66
-
| port | integer || Target port to redirect to | N |
67
-
| crypto | boolean |[`{{ default_crypto }}`](#primary)| Use https to forward traffic | N |
68
-
| auth | boolean |`false`| restrict access to system users | N |
69
-
| domains | list of strings || A list of domains to proxy [(see below for more information)¹](#served_domains__1)| Y |
70
-
| access_control | list of dicts || A list of dicts to restrict access to given set of ip ranges | N |
71
-
| fullchain_path | string ||[Destination path²](#served_domains__2) for fullchain.pem at _target_host_| N |
72
-
| cert_path | string ||[Destination path²](#served_domains__2) for cert.pem at _target_host_| N |
73
-
| chain_path | string ||[Destination path²](#served_domains__2) for chain.pem at _target_host_| N |
74
-
| privkey_path | string ||[Destination path²](#served_domains__2) for privkey.pem at _target_host_| N |
75
-
| fullchain_mode | string |[`{{ default_cert_mode }}`](#primary)| File access mode for fullchain.pwm at _target_host_| N |
76
-
| cert_mode | string |[`{{ default_cert_mode }}`](#primary)| File access mode for cert.pwm at _target_host_| N |
77
-
| chain_mode | string |[`{{ default_cert_mode }}`](#primary)| File access mode for chain.pwm at _target_host_| N |
78
-
| privkey_mode | string |[`{{ default_cert_mode }}`](#primary)| File access mode for privkey.pwm at _target_host_| N |
79
-
| fullchain_group | string |[`{{ default_cert_group }}`](#primary)| Owner group of fullchain.pwm at _target_host_| N |
80
-
| cert_group | string |[`{{ default_cert_group }}`](#primary)| Owner group of cert.pwm at _target_host_| N |
81
-
| chain_group | string |[`{{ default_cert_group }}`](#primary)| Owner group of chain.pwm at _target_host_| N |
82
-
| privkey_group | string |[`{{ default_cert_group }}`](#primary)| Owner group of privkey.pwm at _target_host_| N |
83
-
| fullchain_owner | string |[`{{ default_cert_owner }}`](#primary)| Owner of fullchain.pwm at _target_host_| N |
84
-
| cert_owner | string |[`{{ default_cert_owner }}`](#primary)| Owner of cert.pwm at _target_host_| N |
85
-
| chain_owner | string |[`{{ default_cert_owner }}`](#primary)| Owner of chain.pwm at _target_host_| N |
86
-
| privkey_owner | string |[`{{ default_cert_owner }}`](#primary)| Owner of privkey.pwm at _target_host_| N |
87
-
| client_max_body_size | string || Set the maximum upload size at server context | N |
88
-
| extra_server_config | string || Additional configuration items to add to the server block before location blocks | N |
89
-
| extra_location_config | string || Additional configuration items to add to the default location block (location /) | N |
90
-
| extra_locations | list of key value dicts |[]| Add custom locations to this server block, the key should be a location string, the value defines the location body | N |
91
-
| redirect | string || Instead of proxying the request, redirect to this URL. The request URI is automatically appended. | N |
92
-
| redirect_code | integer |[`{{ reverse_proxy_redirect_code }}`](#primary)| HTTP status code used to redirect the user to the URL specified by `redirect`| N |
93
-
| enable_http2_proxy | boolean |`false`| Enable http2 for this host | N |
94
-
| use_keepalive | boolean |`false`| Enable keepalive for this host | N |
95
-
| proxy_keepalive | integer |`1024`| Number of connections to keepalive between the proxy and the host | N |
| no_proxy | boolean |`false`| Don't actually configure anything target-related (use extra_* variables from below) | N |
67
+
| port | integer || Target port to redirect to | N |
68
+
| crypto | boolean |[`{{ default_crypto }}`](#primary)| Use https to forward traffic | N |
69
+
| auth | boolean |`false`| restrict access to system users | N |
70
+
| reverse_proxy_ssl_verify | boolean |[`{{ reverse_proxy_default_proxy_ssl_verify }}`](#primary)| Whether the SSL certificate of the proxied host should be verified | N |
71
+
| domains | list of strings || A list of domains to proxy [(see below for more information)¹](#served_domains__1)| Y |
72
+
| access_control | list of dicts || A list of dicts to restrict access to given set of ip ranges | N |
73
+
| fullchain_path | string ||[Destination path²](#served_domains__2) for fullchain.pem at _target_host_| N |
74
+
| cert_path | string ||[Destination path²](#served_domains__2) for cert.pem at _target_host_| N |
75
+
| chain_path | string ||[Destination path²](#served_domains__2) for chain.pem at _target_host_| N |
76
+
| privkey_path | string ||[Destination path²](#served_domains__2) for privkey.pem at _target_host_| N |
77
+
| fullchain_mode | string |[`{{ default_cert_mode }}`](#primary)| File access mode for fullchain.pwm at _target_host_| N |
78
+
| cert_mode | string |[`{{ default_cert_mode }}`](#primary)| File access mode for cert.pwm at _target_host_| N |
79
+
| chain_mode | string |[`{{ default_cert_mode }}`](#primary)| File access mode for chain.pwm at _target_host_| N |
80
+
| privkey_mode | string |[`{{ default_cert_mode }}`](#primary)| File access mode for privkey.pwm at _target_host_| N |
81
+
| fullchain_group | string |[`{{ default_cert_group }}`](#primary)| Owner group of fullchain.pwm at _target_host_| N |
82
+
| cert_group | string |[`{{ default_cert_group }}`](#primary)| Owner group of cert.pwm at _target_host_| N |
83
+
| chain_group | string |[`{{ default_cert_group }}`](#primary)| Owner group of chain.pwm at _target_host_| N |
84
+
| privkey_group | string |[`{{ default_cert_group }}`](#primary)| Owner group of privkey.pwm at _target_host_| N |
85
+
| fullchain_owner | string |[`{{ default_cert_owner }}`](#primary)| Owner of fullchain.pwm at _target_host_| N |
86
+
| cert_owner | string |[`{{ default_cert_owner }}`](#primary)| Owner of cert.pwm at _target_host_| N |
87
+
| chain_owner | string |[`{{ default_cert_owner }}`](#primary)| Owner of chain.pwm at _target_host_| N |
88
+
| privkey_owner | string |[`{{ default_cert_owner }}`](#primary)| Owner of privkey.pwm at _target_host_| N |
89
+
| client_max_body_size | string || Set the maximum upload size at server context | N |
90
+
| extra_server_config | string || Additional configuration items to add to the server block before location blocks | N |
91
+
| extra_location_config | string || Additional configuration items to add to the default location block (location /) | N |
92
+
| extra_locations | list of key value dicts |[]| Add custom locations to this server block, the key should be a location string, the value defines the location body | N |
93
+
| redirect | string || Instead of proxying the request, redirect to this URL. The request URI is automatically appended. | N |
94
+
| redirect_code | integer |[`{{ reverse_proxy_redirect_code }}`](#primary)| HTTP status code used to redirect the user to the URL specified by `redirect`| N |
95
+
| enable_http2_proxy | boolean |`false`| Enable http2 for this host | N |
96
+
| use_keepalive | boolean |`false`| Enable keepalive for this host | N |
97
+
| proxy_keepalive | integer |`1024`| Number of connections to keepalive between the proxy and the host | N |
96
98
97
99
98
100
<aid="served_domains__1">¹</a> Can be either a fully qualified domain name(with following dot ex. `www.example.com.`) or a short internal domain(will be expanded by `domain_suffixes` and `domain_prefixes` ex. `wiki` or `static.media`)
0 commit comments