Use $is_args
variable for appending query parameters when configuring Rewrites.
#2980
Labels
area/nginx-configuration
Relates to nginx configuration
Is your enhancement request related to a problem? Please describe.
We currently use
?
to add query params for URLRewrite. Nginx provides a flag to verify if query params exist called$is_args
. We should be making use of the$is_args
instead of?
to make standardize.What would you like to be added:
Use the
$is_args
variable for adding query params to a URL instead of?
when creating rewritesWhy this is needed:
To use standard variables for evaluating urls
The text was updated successfully, but these errors were encountered: