commit | b09bdeecdf202f91ade21a92cd6cb62baf914f12 | [log] [tgz] |
---|---|---|
author | Tim Duesterhus <duesterhus@woltlab.com> | Mon Oct 18 12:12:02 2021 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Wed Nov 03 08:46:16 2021 +0100 |
tree | ee3875f319e1c62b765a4dd5d2e6e69c1fd0f780 | |
parent | 7a3a5361324d0b40a723f560e977e7370f9471da [diff] |
MINOR: halog: Add -qry parameter allowing to preserve the query string in -uX Our use-case for this is a dynamic application that performs routing based on the query string. Without this option all URLs will just point to the central entrypoint of this location, making the output completely useless. (cherry picked from commit 24b8d693b202b01b649f64ed878d8f9dd1b242e4) Signed-off-by: Willy Tarreau <w@1wt.eu>