Skip to content

Commit 8acd9d5

Browse files
5.2.2 (#82)
* 20250219-01 query string bug fixed
1 parent d431f1f commit 8acd9d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/v5.2/apigateway.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ location {% if '{' not in path.path %}={% else %}~{% endif %} {{ declaration.loc
128128
proxy_set_header Host {{ declaration.location.apigateway.api_gateway.server_url.split('://')[1].split('/')[0] }};
129129
{% endif -%}
130130

131-
proxy_pass {{ destination_server }}$uri;
131+
proxy_pass {{ destination_server }}$uri$is_args$args;
132132
}
133133

134134
{% endfor %}

0 commit comments

Comments
 (0)