File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -271,8 +271,6 @@ More generally, it is recommended to either:
271
271
=== Environment Vars
272
272
273
273
* `GOCAMO_HMAC` - HMAC key to use.
274
- * `GOCAMO_MAXSIZE` - Max allowed response size (KB)
275
- * `GOCAMO_MAXSIZEREDIRECT` - URL to redirect to when max-size is exceeded.
276
274
* `HTTPS_PROXY` - Configure an outbound proxy for HTTPS requests. +
277
275
Either a complete URL or a `host[:port]`, in which case an HTTP scheme
278
276
is assumed. See <<Upstream Http Proxying>> notes for more information.
@@ -287,6 +285,8 @@ More generally, it is recommended to either:
287
285
$ go-camo -h
288
286
Usage: go-camo
289
287
288
+ An image proxy that proxies non-secure images over SSL/TLS
289
+
290
290
Flags:
291
291
-h, --help Show context-sensitive help.
292
292
-k, --key=STRING HMAC key
@@ -323,6 +323,7 @@ Flags:
323
323
-v, --verbose Show verbose (debug) log level output
324
324
-V, --version Print version and exit; specify twice to show
325
325
license information.
326
+ ----
326
327
327
328
A few notes about specific flags:
328
329
Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ import (
15
15
"os"
16
16
"os/signal"
17
17
"runtime"
18
- "strconv"
19
18
"strings"
20
19
"syscall"
21
20
"time"
You can’t perform that action at this time.
0 commit comments