-

Enable HTTP/3 in NGINX
HTTP/3 is the latest and most up-to-date version of the HTTP, designed to improve upon the…
3 minutes -
![NGINX [1.25.1][warn] the Listen HTTP2 Directive Is Deprecated, Use the HTTP2 Directive Instead](https://www.atulhost.com/wp-content/uploads/2020/01/nginx-384x216.jpg)
NGINX [1.25.1][warn] the Listen HTTP2 Directive Is Deprecated, Use the HTTP2 Directive Instead
Just updated a server which upgraded nginx to 1.25.1 and while checking the status of nginx…
1 minute -

Installing Nginx from source on Debian
Installing Nginx on Debian is easy, but that may be outdated. Since Debian is stable Linux…
1 minute -

How to install Nginx on Fedora?
Nginx is an open-source web server (free HTTP Server software), in addition to its HTTP Server…
3 minutes -

Optimize NGINX for High-Traffic Websites
Nginx is the most famous and widely used web server application for websites today. For static…
3 minutes -

How To Redirect 404 to the Homepage in Nginx?
When a requested URL is not available or not found, it’s advisable to redirect them to…
1 minute -
How to fix “Specify a Vary: Accept-Encoding Header” warning?
While optimizing your website for website performance using tools (ex. GTmetrix), you’ll run into a “specify…
3 minutes -
How to fix “No Input File Specified” error?
In a web server, let it be Apache or Nginx, if rewrite rules unable to touch…
1 minute -

How To Cache Static Content on Nginx?
Here in this post I’ll show you how to cache static content or files on Nginx.…
1 minute -

Default NGINX configuration
Nginx configuration file located at /etc/nginx/nginx.conf has everything that makes a server flies or sinks. Below…
3 minutes -

How To Fix 403 Forbidden in Nginx?
What does “403 forbidden” in Nginx mean? 403 forbidden in the Nginx web server means “a…
3 minutes -

How to Configure FastCGI Cache with Nginx?
Nginx has obtained traction from webmasters due to its low-resource and high-performance feature. Although the default…
3 minutes -

How to Start, Stop, or Restart Nginx?
Nginx is a very efficient and most famous web server application. Due to its high performance…
2 minutes -

How To Install LEMP on Debian 10?
After a long-time, Debian is finally released their latest built called Debian 10 Buster. As we…
3 minutes -

How To Install phpMyAdmin on Debian 10?
After a long-time, Debian upgraded their overall OS and for some reason phpMyAdmin is not there…
5 minutes