Skip to content

Commit

Permalink
update man page and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
dropwhile committed Jun 18, 2024
1 parent 01493b8 commit 4ce4a56
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ toc::[]
:link-proxy-from-env: https://golang.org/pkg/net/http/#ProxyFromEnvironment

== HEAD
* Implement optional redirect when max-size is exceeded +
ref: link:https://github.com/cactus/go-camo/pull/80[#80]

== v2.4.13 2024-04-22
* Release tagged for arm64 docker building only.
Expand Down
3 changes: 3 additions & 0 deletions man/go-camo.1.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,9 @@ See __<<ADD_HEADERS>>__ for more info.
Max response size allowed in KB. Set to `0` to disable size restriction. +
Default: `0`

*--max-size-redirect*=<__URL__>::
URL to redirect to when max-size is exceeded.

*--timeout*=<__TIME__>::
Timeout value for upstream response. Format is "4s" where s means seconds. +
Default: `4s`
Expand Down

0 comments on commit 4ce4a56

Please sign in to comment.