vhost: Support proxy forward auth
This commit is contained in:
@@ -28,6 +28,9 @@ _vhost_location_defaults:
|
||||
proxy_headers: "{{ vhost_proxy_headers }}"
|
||||
proxy_delete_headers: "{{ vhost_proxy_delete_headers }}"
|
||||
proxy_pass_host_header: "{{ vhost_proxy_pass_host_header }}"
|
||||
proxy_auth_socket: "{{ vhost_proxy_auth_socket }}"
|
||||
proxy_auth_uri: "{{ vhost_proxy_auth_uri }}"
|
||||
proxy_auth_unauthorized_redir: "{{ vhost_proxy_auth_unauthorized_redir }}"
|
||||
|
||||
redirect_target: "{{ vhost_redirect_target if vhost_type == 'redirect' else '' }}"
|
||||
redirect_preserve_path: "{{ vhost_redirect_preserve_path }}"
|
||||
|
||||
Reference in New Issue
Block a user