Aashutosh Soniblog.ashutosh7i.dev·Jun 11, 2024How to Set Up a Static Web Server with NGINX? (Step-by-Step Guide)The first question: Why we need NGINX when we already have Apache httpd?Answer: While Apache HTTP Server is a powerful and flexible web server, NGINX offers certain advantages that make it a popular choice (like me😂) for many use cases: Performance...Discuss·64 readsnginx server
chitranshu srivastavaforWiz4host Blogs - DevOpswiki.wiz4host.com·Jan 6, 2024Hosting 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...Discuss·59 readsfrontend - nginxwiz4host
Shubham Tiwarishubhamtiwari.hashnode.dev·Jun 24, 2023NGINX Web App ProjectWhat is NGINX? A straightforward web server for serving online files. why nginx? Users are served web pages and applications via the internet using the well-liked web server software NGINX. It is a fantastic option for websites and applications with ...Discuss·64 readsDevops
Ritul Guptaritul.hashnode.dev·May 4, 2023Deploying Django Apps by Nginx in AWSIntroduction Once we have completed the development part of a web app it should be hosted so that the public can access it from anywhere. We will see how to deploy and host a Django application on an AWS EC2 instance using Nginx as the webserver. AWS...Discuss·10 likes·203 reads#shubhamLondhe