This tag defines the IP and port it will bind Apache so we will access our application from outside our Linux environment through this Ip:Port. Now copy the following configuration in that file,
First, we need to understand how the deployment works in Linux.Net applications run on Kestrel servers and we run Apache or Nginx server in Linux environments, which acts as a proxy server and handles the traffic from outside the machine and redirects it to the Kestrel server so we will have Apache or Nginx server as the middle layer. Now we have our web application dll and now we need to host it on the Linux environment.