vhost: Support settting requst method for proxied requests

This commit is contained in:
uumas
2025-11-22 06:43:25 +02:00
parent c151a2ee0c
commit 601d5fcdc3
4 changed files with 40 additions and 0 deletions

View File

@@ -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 %}