CSchitranshu srivastavainwiki.wiz4host.com·Jan 6, 2024 · 5 min readHosting applications on same port - NginxNginx is powerful in terms of distinguishing two applications on basis of uniquely provided combinations of "hostname", "IP" and "port". Example: AppDomainIPport vhost.local-10.1.1.1028090 vhost.laptopvhost.laptop10.1.1.1028090 Here despite...00
CSchitranshu srivastavainwiki.wiz4host.com·Aug 14, 2023 · 6 min readHow to Host an HTML Page Using NginxIn this documentation, we will walk you through the step-by-step process of hosting a static HTML page using Nginx on a Linux server. Nginx is a high-performance web server that is widely used for serving static content and acting as a reverse proxy ...00