> On 26 Nov 2020, at 12:03, allenhe wrote:
>
> Can someone elaborate this a little bit?
> "NGINX supports WebSocket by allowing a tunnel to be set up between both
> client and back-end servers."
>
> what is the "tunnel" here?
After upgrading HTTP/1.1 to WebSocket protocol,
a two-way communic
Can someone elaborate this a little bit?
"NGINX supports WebSocket by allowing a tunnel to be set up between both
client and back-end servers."
what is the "tunnel" here?
Does it mean the client will talk with the back-end server directly after
the http Upgrade handshakes?
Posted at Nginx Forum:
> Is there a way to enable redirect from port 80 to 443 for both
> /etc/nginx/conf.d/onetest.conf and /etc/nginx/nginx.conf files. Any help
> will be highly appreciated.
You can have only one default_server per listen port.
It will be the used if a client makes a request not matching any hostna