diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2016-11-29 21:09:47 +0300 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2016-11-29 21:09:47 +0300 |
commit | 18a47f502b5e3298cae41eab7378b2e72b4e8a4b (patch) | |
tree | 055da8c10f4fe4ee5e4e7c9b2531a17024eed4d1 | |
parent | e4639176a70e60d609d559f51903b492be042ec3 (diff) | |
download | sproxy2-18a47f502b5e3298cae41eab7378b2e72b4e8a4b.tar.gz |
Typo
-rw-r--r-- | sproxy.yml.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sproxy.yml.example b/sproxy.yml.example index de5f434..1df82aa 100644 --- a/sproxy.yml.example +++ b/sproxy.yml.example @@ -27,7 +27,7 @@ # Port used in redirection of HTTP requests to HTTPS. # I. e., http://example.com -> https://example.com[:https_port], # If `http_port` == 443, the port part if omitted. -# This is useful when behind a dump proxy or load-balancer, like Amazon ELB, +# This is useful when behind a dumb proxy or load-balancer, like Amazon ELB, # (and`ssl` == false). It's unlikely that something other than 443 # is exposed to users, but if you are behind a proxy # you can't really know the correct https port. |