Run Non-SSL Protocols on the Same Port as SSL in NGINX 1.15.2

The $ssl_preread_protocol variable introduced in NGINX 1.15.2 allows you to distinguish between SSL/TLS and other protocols when forwarding traffic using a TCP proxy. This is useful if you want to...

nginx.com