We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d431f1f commit 8acd9d5Copy full SHA for 8acd9d5
templates/v5.2/apigateway.tmpl
@@ -128,7 +128,7 @@ location {% if '{' not in path.path %}={% else %}~{% endif %} {{ declaration.loc
128
proxy_set_header Host {{ declaration.location.apigateway.api_gateway.server_url.split('://')[1].split('/')[0] }};
129
{% endif -%}
130
131
- proxy_pass {{ destination_server }}$uri;
+ proxy_pass {{ destination_server }}$uri$is_args$args;
132
}
133
134
{% endfor %}
0 commit comments