Being new to webservers, I need to clarify a concept. Apologies if this is a less-than-stellar question.
It's recommended to set net.ipv4.ip_local_port_range = 1024 65535
in sysctl.conf.
However, for a specific web application, nginx is programmed to listen at port 80
and 443
(for example). Then in such a scenario, why does setting the port range between 1024 to 65535 matter?