Skip to content

Commit ea3c6c6

Browse files
bwenrichtechknowlogickwxiaoguang
authored
Improve clarity for camo proxy parameters (#21386)
Updates the Config Cheat Sheet for the `ALLWAYS` option in Camo proxy. - Clarifies the behavior for true (both HTTP and HTTPS is proxied) vs false (only HTTP is proxied) - Minor grammar and typo improvements Co-authored-by: techknowlogick <[email protected]> Co-authored-by: wxiaoguang <[email protected]>
1 parent 8752d89 commit ea3c6c6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/content/doc/advanced/config-cheat-sheet.en-us.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -537,9 +537,9 @@ Certain queues have defaults that override the defaults set in `[queue]` (this o
537537
## Camo (`camo`)
538538

539539
- `ENABLED`: **false**: Enable media proxy, we support images only at the moment.
540-
- `SERVER_URL`: **<empty>**: url of camo server, it **is required** if camo is enabled.
541-
- `HMAC_KEY`: **<empty>**: Provide the HMAC key for encoding urls, it **is required** if camo is enabled.
542-
- `ALLWAYS`: **false**: Set to true to use camo for https too lese only non https urls are proxyed
540+
- `SERVER_URL`: **<empty>**: URL of camo server, it **is required** if camo is enabled.
541+
- `HMAC_KEY`: **<empty>**: Provide the HMAC key for encoding URLs, it **is required** if camo is enabled.
542+
- `ALLWAYS`: **false**: Set to true to use camo for both HTTP and HTTPS content, otherwise only non-HTTPS URLs are proxied
543543

544544
## OpenID (`openid`)
545545

0 commit comments

Comments
 (0)