Muhammad Usama
Beyond DevOps

Beyond DevOps

Follow
Follow
homebadgesnewsletter
Tag

Devops

#devops

More content

Read more stories on Hashnode


Articles with this tag

Mastering AWS CodeDeploy, Setup and Configuration Demystified

Nov 14, 2023

AWS CodeDeploy is a deployment service that automates application deployments to Amazon EC2 instances, on-premises instances, serverless Lambda...

Mastering AWS CodeDeploy, Setup and Configuration Demystified

How to Build AWS VPC using Terraform – Step by Step

Oct 21, 2023

In this guide, we will see how to create AWS VPC in any AWS region with just one line command terraform apply and you will have AWS VPC ready git...

How to Build AWS VPC using Terraform – Step by Step

Location directive, gzip compression in Nginx

Oct 2, 2023

Learn types of location block in Nginx and compression technique in Nginx · Location directive Syntax location [modifier] [URI] { } Modifier plays a...

Location directive, gzip compression in Nginx

Setting up Nginx reverse Proxy for Next JS Application

Sep 13, 2023

Configuring Nginx as a Reverse Proxy for Next.js · Steps Install node js (In case you are following along in OS other than Ubuntu follow...

Setting up  Nginx  reverse Proxy  for Next JS Application

How to server PHP sites from Nginx

Sep 4, 2023

By default, Nginx doesn’t know how to serve PHP files. we need a way to do. Create a Nginx site Create a bash script from the below content into the...

How to server PHP  sites from Nginx

Add SSL in the Nginx site

Sep 3, 2023

In this article we will look at how to Add SSL in our Nginx site and other related configuration · In case you are not aware of How SSL works have a look...

Add SSL in the Nginx site