How to not allocate server's 80 and 443 ports just to sniproxy? #71
-
hey and thanks for your awesome project, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
your devices (phone PC etc) will not get the info about your port changes, so they blindly try 80 and 443 and nothing else. if you want to re-use 443 and 80 on your server to host other web services as well as
the second option is supported by |
Beta Was this translation helpful? Give feedback.
your devices (phone PC etc) will not get the info about your port changes, so they blindly try 80 and 443 and nothing else. if you want to re-use 443 and 80 on your server to host other web services as well as
sniproxy
, you need to either:sniproxy
as upstream (without breaking TLS in nginx)sniproxy
by default, but use the override ACL for your "regular" website and make the upstreamnginx
or whatever services your TLS-enabled website.the second option is supported by
sniproxy
and should be fairly easy to set up.