From b2efacb6248710cfdddc7466fe88ca2683db6883 Mon Sep 17 00:00:00 2001 From: Aliaksandr Valialkin Date: Wed, 6 Mar 2024 20:57:42 +0200 Subject: [PATCH] docs/vmauth.md: mention that request query args can used for routing decisions Updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/5878 --- docs/vmauth.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/vmauth.md b/docs/vmauth.md index 40416fa63..f1b0a3992 100644 --- a/docs/vmauth.md +++ b/docs/vmauth.md @@ -75,7 +75,7 @@ unauthorized_user: ### Generic HTTP proxy for different backends -`vmauth` can proxy requests to different backends depending on the requested host and/or path. +`vmauth` can proxy requests to different backends depending on the requested host, path and [query args](https://en.wikipedia.org/wiki/Query_string). For example, the following [`-auth.config`](#auth-config) instructs `vmauth` to make the following: - Requests starting with `/app1/` are proxied to `http://app1-backend/`, while the `/app1/` path prefix is dropped according to [`drop_src_path_prefix_parts`](#dropping-request-path-prefix).