From 8db62563d98307de3a54493b15f90789fc5d561b Mon Sep 17 00:00:00 2001 From: Erik Sundell Date: Wed, 26 May 2021 14:13:49 +0200 Subject: [PATCH] readme: update --help output --- README.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 79d85a30..6ec2a7ed 100644 --- a/README.md +++ b/README.md @@ -114,7 +114,7 @@ Options: --ssl-ca SSL certificate authority, if any --ssl-request-cert Request SSL certs to authenticate clients --ssl-reject-unauthorized Reject unauthorized SSL connections (only meaningful if --ssl-request-cert is given) - --ssl-protocol Set specific SSL protocol, e.g. TLSv1.2, SSLv3 + --ssl-protocol Set specific SSL protocol, e.g. TLSv1_2, SSLv3 --ssl-ciphers `:`-separated ssl cipher list. Default excludes RC4 --ssl-allow-rc4 Allow RC4 cipher for SSL (disabled by default) --ssl-dhparam SSL Diffie-Helman Parameters pem file, if any @@ -142,18 +142,16 @@ Options: --auto-rewrite Rewrite the Location header host/port in redirect responses --change-origin Changes the origin of the host header to the target URL --protocol-rewrite Rewrite the Location header protocol in redirect responses to the specified protocol - --custom-header
Custom header to add to proxied requests. Use same option for multiple headers (--custom-header k1:v1 --custom-header k2:v2) - (default: []) + --custom-header
Custom header to add to proxied requests. Use same option for multiple headers (--custom-header k1:v1 --custom-header k2:v2) (default: {}) --insecure Disable SSL cert verification --host-routing Use host routing (host as first level of path) - --statsd-host Host to send statsd statistics to - --statsd-port Port to send statsd statistics to - --statsd-prefix Prefix to use for statsd statistics + --metrics-ip IP for metrics server (default: "0.0.0.0") + --metrics-port Port of metrics server. Defaults to no metrics server --log-level Log level (debug, info, warn, error) (default: "info") --timeout Timeout (in millis) when proxy drops connection for a request. --proxy-timeout Timeout (in millis) when proxy receives no response from target. --storage-backend Define an external storage class. Defaults to in-MemoryStore. - -h, --help output usage information + -h, --help display help for command ``` [**Return to top**][]