vhost: Support settting requst method for proxied requests
This commit is contained in:
@@ -59,6 +59,9 @@
|
||||
{% endif %}
|
||||
}
|
||||
{% endif %}
|
||||
{% if matcher.proxy_method | length > 0 %}
|
||||
method {{ matcher.proxy_method }}
|
||||
{% endif %}
|
||||
{% for header in matcher.proxy_delete_headers %}
|
||||
header_up -{{ header }}
|
||||
{% endfor %}
|
||||
|
||||
Reference in New Issue
Block a user