diff options
| author | Igor Pashev <pashev.igor@gmail.com> | 2016-12-27 16:43:40 +0300 |
|---|---|---|
| committer | Igor Pashev <pashev.igor@gmail.com> | 2016-12-27 16:43:40 +0300 |
| commit | 43bf95e21d4a616a55b211670076a8c7c48c06a3 (patch) | |
| tree | 6249d5b34921676965cad0f444f7af6b706bded7 | |
| parent | dcebf4705dfe974746519a37570aecd7eb4e2b2c (diff) | |
| download | sproxy2-43bf95e21d4a616a55b211670076a8c7c48c06a3.tar.gz | |
Suggest alternative HTTPS port 8443
| -rw-r--r-- | sproxy.example.yml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sproxy.example.yml b/sproxy.example.yml index 236de55..063f51e 100644 --- a/sproxy.example.yml +++ b/sproxy.example.yml @@ -8,7 +8,10 @@ # The port Sproxy listens on (HTTPS). # Optional. Default is 443. # -# listen: 443 +# Example: +# listen: 8443 +# +# listen: # Whether SSL is used on port defined by `listen`. # You should only set it to false iff you intent to do SSL-termination |
