Nginx
Nginx is the reverse proxy software used to handle incoming calls for specific domains by identifying and matching the request to the respective proxied software.
The basic call flow each time you hit a domain is the following:
Request for domain > cloudflare catches, send to public IP > router grabs > nginx see call in router > connects request to ip:port that service runs on > user accesses service.
No comments to display
No comments to display