Hello,
I have nginx listening on port 80, 443. This two ports are the only ports open from my firewall.
I want to serve Mqtt protocol from one of these two port.
I want nginx to receive request with stream protocol and pass them back to Mqtt broker listening on 1883.
To achieve this I have to make port 80 or 443 receiving request for both http and stream protocols.
Is this possible?