Skip to content

Commit 88276c8

Browse files
committed
f
1 parent f6262e3 commit 88276c8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.adoc

+3-2
Original file line numberDiff line numberDiff line change
@@ -271,8 +271,6 @@ More generally, it is recommended to either:
271271
=== Environment Vars
272272

273273
* `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.
276274
* `HTTPS_PROXY` - Configure an outbound proxy for HTTPS requests. +
277275
Either a complete URL or a `host[:port]`, in which case an HTTP scheme
278276
is assumed. See <<Upstream Http Proxying>> notes for more information.
@@ -287,6 +285,8 @@ More generally, it is recommended to either:
287285
$ go-camo -h
288286
Usage: go-camo
289287
288+
An image proxy that proxies non-secure images over SSL/TLS
289+
290290
Flags:
291291
-h, --help Show context-sensitive help.
292292
-k, --key=STRING HMAC key
@@ -323,6 +323,7 @@ Flags:
323323
-v, --verbose Show verbose (debug) log level output
324324
-V, --version Print version and exit; specify twice to show
325325
license information.
326+
----
326327

327328
A few notes about specific flags:
328329

cmd/go-camo/main.go

-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ import (
1515
"os"
1616
"os/signal"
1717
"runtime"
18-
"strconv"
1918
"strings"
2019
"syscall"
2120
"time"

0 commit comments

Comments
 (0)