documentation & updates for configuring scrutiny behind a reverse proxy with path rewriting.

This commit is contained in:
Jason Kulatunga
2022-05-09 16:37:05 -07:00
parent 90e5d219a2
commit eb4a738746
5 changed files with 66 additions and 3 deletions
@@ -161,7 +161,8 @@ OPTIONS:
&cli.StringFlag{
Name: "api-endpoint",
Usage: "The api server endpoint",
EnvVars: []string{"SCRUTINY_API_ENDPOINT"},
EnvVars: []string{"COLLECTOR_API_ENDPOINT", "SCRUTINY_API_ENDPOINT"},
//SCRUTINY_API_ENDPOINT is deprecated, but kept for backwards compatibility
},
&cli.StringFlag{