Getting Started with Nginx

Search for a command to run...

No comments yet. Be the first to comment.
This project from Ifeanyi Otuonye focuses on creating an alerting system to deliver scores from sports games. I decided to go with NBA games since I enjoy watching Jokic in Denver. The services used include AWS SNS, AWS Lambda, AWS Event Bridge, IAM ...
Amazon Lex is a fully managed artificial intelligence (AI) service with advanced natural language models to design, build, test, and deploy AI chatbots and voice bots in applications. In this post, I’ll walk you through my experience implementing the...
The growth of customer bases has led to businesses building robust and highly available applications by deploying across multiple regions. By pursuing global infrastructure, organisations can reduce latency, enhance availability, and maintain uptime ...

Grafana is a multi-platform open-source analytics and interactive visualization web application. It can be used to create graphs, charts, and alerts and allows connections to multiple data sources. In this post, I’ll discuss how to connect to AWS Clo...

This is the IaC implementation of the AWS project by Adrian Cantrill that involves implementing a simple serverless application using S3, API Gateway, Lambda, Step Functions, SNS, and SES. The application loads from an S3 bucket, communicates with la...

Nginx is a web server that can also be used as a reverse proxy, load balancer, mail proxy, and HTTP cache. It was created in 2004 by Igor Sysoev.
Another very popular web server is Apache which existed before Nginx. However, most people prefer to use Nginx for their applications for a number of reasons:
Ubuntu - is a Linux distribution that uses the APT package manager. To install Nginx on Ubuntu, follow these steps:




CentOS - CentOS ships with the YUM package manager.



Enter your server's IP address on the browser to check that everything worked fine. You should see the default CentOS Nginx web page
