AtulHost
  • Business
    • Career and Education
    • Finance and Investments
    • Marketing Strategies
  • Productivity
  • Technology
    • Consumer Electronics
    • Solar Energy
  • Tutorials

Contents tagged with nginx


How to redirect 404 to homepage in Nginx?

By AtulHost in Tutorials ⋅ December 6th, 2020
Nginx

When a requested URL is not available or not found it’s advisable to redirect them to another URL or to a homepage that’s user-friendly. Nginx web server allows us to redirect off such 404 error pages to a custom URL, all we need to do is instruct Nginx’s site configuration to redirect such pages, and… Continue reading ⟶

Tagged with nginx, web dev, web server, website.

How to fix “Specify a Vary: Accept-Encoding Header” warning?

By AtulHost in Tutorials ⋅ November 28th, 2020

While optimizing your website for website performance using tools (ex. GTmetrix), you’ll run into a “specify a vary: accept-encoding header” warning. What exactly does this mean? How can we fix this? In this tutorial, we’ll learn what’s the error and how we are going to resolve the issue. What is this warning? Accept-encoding header is… Continue reading ⟶

Tagged with apache, HTTP Header, nginx, PageSpeed, web server, website, website performance.

How to fix “No Input File Specified” error?

By AtulHost in Tutorials ⋅ November 17th, 2020

In a web server, let it be Apache or Nginx, if rewrite rules unable to touch the index file or root file, it shows an error of no input file specified. To fix this error we just need to locate the root location or file. For an instance, we have picked WordPress as a CMS… Continue reading ⟶

Tagged with apache, nginx, web server.

How to cache static content on Nginx?

By AtulHost in Tutorials ⋅ November 9th, 2020
Nginx

Here in this post I’ll show you how to cache static content or files on Nginx. If you are not caching static content yet, tune it now, you’ll gain more speed just doing it. I’m assuming that you know the configuration directories and files of nginx and we can set the parameters in an http… Continue reading ⟶

Tagged with nginx, NGINX Cache, web dev, web hosting, web server.

Nginx Config (Explained by Example)

By AtulHost in Tutorials ⋅ October 14th, 2020
Image of NGINX, a web server.

Nginx configuration file located at /etc/nginx/nginx.conf has everything that makes a server flies or sinks. Below we have explained what each directive does. Let’s have a look and fine-tune your settings: Before we hit to configurations directly understand the structure first. HTTP Block: Global configurations. Server Block: Domain level configurations. Add inside the HTTP block…. Continue reading ⟶

Tagged with nginx, web dev, web hosting, web server.

How to fix 403 forbidden in Nginx?

By AtulHost in Tutorials ⋅ July 13th, 2020
403 Forbidden

What does “403 forbidden” in Nginx mean? 403 forbidden in the Nginx web server means “a requested resource could not be served”. It could be intentional or unintentional. It is not en error but an HTTP status which occurs in the following cases: The user has blocked the resources or site as a whole. The… Continue reading ⟶

Tagged with 403, 403 forbidden, Forbidden, nginx.

How to Configure FastCGI Cache with Nginx?

By AtulHost in Tutorials ⋅ April 11th, 2020
WordPress on NGINX with FastCGI Cache

Nginx has obtained traction from webmasters due to its low-resource and high-performance feature. Although the default configuration of Nginx is already optimized for all the basic workloads; still you can take it to the next level by setting up a server-side cache. Our Previous Tutorials: How to Install LEMP (Linux, Nginx, MariaDB, PHP) on Debian… Continue reading ⟶

Tagged with FastCGI Cache, micro-cache, nginx, NGINX Cache, server-side cache.

How to Start, Stop, or Restart Nginx?

By AtulHost in Tutorials ⋅ January 19th, 2020
Nginx

Nginx is a very efficient and most famous web server application. Due to its high performance and low stress on hardware resources almost all the developers or hosting companies use it. If you are one of them who are not familiar with CLI (Command Line Interface) and don’t know how to start, stop, or restart… Continue reading ⟶

Tagged with nginx.

How to install LEMP on Debian 10?

By AtulHost in Tutorials ⋅ August 6th, 2019
Debian

After a long-time Debian is finally released their latest built called Debian 10 Buster. As we collected some data about the latest build, it is clear that Debian 10 is featured rich with the latest stable software for a server. In this tutorial, we will see how to install LEMP (Linux, Nginx, MySQL, and PHP)… Continue reading ⟶

Tagged with Buster, Debian, Debian 10, Linux, MariaDB, nginx, PHP, PHP-FPM.

How to install phpMyAdmin on Debian 10?

By AtulHost in Tutorials ⋅ August 6th, 2019
phpMyAdmin on Debian 10

After a long-time Debian upgraded their overall OS and for some reason phpMyAdmin is not there in Debian 10 (Buster) release. Maybe they have removed it this time from apt list to keep everything as clean as possible. However, we can install phpMyAdmin on Debian 10 from the source and it is kinda easy too…. Continue reading ⟶

Tagged with Buster, Debian, Debian 10, Linux, MariaDB, nginx, PHP, PHP-FPM, phpMyAdmin.
Old Entries ⟶
Subscribe
10x your productivity
Increase your conversion rates

We use cookies, learn more. Got it!

  • About
  • Contact
  • Privacy Policy
  • Terms and Conditions
  • Write for Us
This website and its content are copyrighted © 2014-2021 by atulhost.com and individual contributors.