#nginx
Read more stories on Hashnode
Articles with this tag
How to Build, Publish, and Deploy Your .NET MVC Application on Ubuntu Linux Using PM2 and Nginx · Introduction In this guide, we will walk you through...
What is Nginx? Nginx: Nginx is a high-performance web server and reverse proxy known for its scalability and efficient handling of concurrent...
Learn types of location block in Nginx and compression technique in Nginx · Location directive Syntax location [modifier] [URI] { } Modifier plays a...
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...
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...
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...