HTTP Strict Transport Security (HSTS) in NGINX Updated on November 7, 2025 by InMotion Hosting Contributor HTTP Strict Transport Security (HSTS) protects against HTTP downgrade attacks by forcing browsers to only make secure connections with your domain. Adding NGINX HSTS is similar to and designed to work with SSL redirects. The HSTS header embeds the redirect code within the user’s web browser. The security HTTP header is supported by the most Read More >
How to Create NGINX Redirects Updated on November 7, 2025 by Carrie Smaha NGINX can be used as a web server (in lieu of Apache) or proxy server. For those using it as a web server, creating NGINX redirects requires editing server configuration files. This is different from Apache which also checks .htaccess files during web server requests. NGINX doesn’t use .htaccess. Need to know how to redirect Read More >
How to Fix Nextcloud Not Working With NGINX Updated on October 31, 2023 by InMotion Hosting Contributor Whether you install Nextcloud manually, with Softaculous, or using their Web Installer, you may login only to see CSS issues preventing you from using the web application. See the image for an example of how this may appear: If your new Nextcloud installation resembles this, the issue may be related to your NGINX cPanel Cache Read More >
How to Install NGINX on cPanel Updated on October 26, 2021 by InMotion Hosting Contributor In this article, we will outline how to install the popular NGINX web server software on your VPS or Dedicated Hosting account. Installing this software allows your web server to cache content and increase server performance. This ultimately translates into faster websites and better experiences for end users. The installation process requires both root WHM Read More >
Hide Your NGINX Server Version Updated on March 2, 2022 by InMotion Hosting Contributor Banner grabbing is the act of scanning websites to find server information including services and open ports. This technique is used during vulnerability assessments. Hiding your NGINX server version from scanning tools makes it harder for hackers to know what vulnerabilities can be exploited on your server. Below we’ll cover how VPS and dedicated server Read More >
Advanced NGINX Stack Configuration for VPS and Dedicated Servers Updated on November 7, 2025 by Carrie Smaha In this article, we will cover advanced configuration topics for the WordPress/NGINX Stack on VPS and Dedicated Servers. This includes setting up custom defaults, per-domain include files, and connecting NGINX to external applications, such as Node.js, Python, or Tomcat/Java apps.
How to Manage NGINX Updated on November 7, 2025 by InMotion Hosting Contributor In this tutorial, we will show you how to manage NGINX on your server. We will explain how the traffic flows, provide information on where relevant files and logs are located. Then, we will provide some NGINX troubleshooting steps and additional notes. Note: If you need assistance making changes to your server, we offer professional Read More >
How to Remove NGINX From Your Server Updated on January 22, 2025 by InMotion Hosting Contributor If you no longer want NGINX on your server, you can easily remove the package to uninstall it. In this tutorial we will walk you through removing NGINX from your cPanel server. First, you will have to change the listening ports back to the default settings in WHM. Then we will show you how to Read More >
Basic NGINX Commands Updated on November 7, 2025 by InMotion Hosting Contributor This short tutorial covers a few basic commands or tasks that can be performed with Nginx from the command line. Understanding the basic commands is the first step to understanding how to manage NGINX on your server. You can invoke the NGINX executable using the -s parameter. The correct syntax is as follows: Common Commands Read More >
What is NGINX? Updated on January 22, 2025 by Harry Jackson What is NGINX? NGINX (pronounced “Engine-X”) is an open source, high-performance Hypertext Transfer Protocol (HTTP) server. In technical terms, it is an event-driven asynchronous server. This means the method by which NGINX handles processes (required for loading web content, for example) is driven by conditions and delegated to alternative server resources to bear the load Read More >