Skip to main content

Nginx Essentials: Installation and Configuration Troubleshooting

Introduction
Nginx is a free and open-source web server used to host websites and applications of all sizes. The software is known for its low impact on memory resources, high scalability, and its modular, event-driven architecture which can offer secure, predictable performance. More than just...
Nginx Essentials: Installation and Configuration Troubleshooting
Nginx Essentials: Installation and Configuration Troubleshooting
Category: Uncategorized

Comments

Popular posts from this blog

(Updated 2017) Connect to Amazon EC2 using PuTTY private key on Windows

UPDATED FOR 2017: This video will show how to use a PuTTY private key to connect to your Amazon EC2 Linux instance. Prior to this, we were using ssh on the OS X terminal and our .pem key file in order to connect. However, that didn’t work for our Windows users because .pem files are... (Updated 2017) Connect to Amazon EC2 using PuTTY private key on Windows Category: Uncategorized

Creating an AMI Builder with AWS CodeBuild and HashiCorp Packer – Part 2

Written by AWS Solutions Architects Jason Barto and Heitor Lessa In Part 1 of this post, we described how AWS CodeBuild, AWS CodeCommit, and HashiCorp Packer can be used to build an Amazon Machine Image (AMI) from the latest version of Amazon Linux. In this post, we show how to use AWS... Creating an AMI Builder with AWS CodeBuild and HashiCorp Packer – Part 2 Category: Amazon Web Services

Nested AWS CloudFormation Stacks with Continuous Delivery Using AWS CodePipeline

In CodePipeline Update – Build Continuous Delivery Workflows for CloudFormation Stacks, Jeff Barr discusses infrastructure as code and how to use AWS CodePipeline for continuous delivery. In this blog post, I discuss the continuous delivery of nested CloudFormation stacks using AWS... Nested AWS CloudFormation Stacks with Continuous Delivery Using AWS CodePipeline Category: Amazon Web Services, DevOps