Muhammad Usama
Beyond DevOps

Beyond DevOps

Follow
homebadgesnewsletter
Tag

Linux

#linux

More content

Read more stories on Hashnode


Articles with this tag

Setting up Nginx reverse Proxy for Next JS Application

Sep 13, 20232 min read 12 views

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, 20233 min read 4 views

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, 20233 min read 12 views

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

Create multiple Sites in Nginx

Aug 30, 20232 min read 9 views

Install nginx if not already # Update the package repository sudo apt update sudo apt install -y nginx # Verify nginx is running by sudo systemctl...

Create multiple Sites in Nginx

Create a new Site in Nginx

Aug 29, 20233 min read 13 views

In this article we will see how to create a new site in nginx · First, see the role of each file, and folder. Directories and files related to...

Create a new Site in Nginx

HTTP/1 to HTTP/2 on Apache

Aug 16, 20233 min read 8 views

In this article we will see how we can create a new site in Apache and convert it to HTTP2 · But what is HTTP/2 HTTP/2 is a modern web protocol designed...

HTTP/1 to HTTP/2 on Apache