Viewing articles tagged 'Nginx'

How to Fix "403 forbidden error" After Changing the Root Directory in NGINX

When accessed PHP files through a browser, may see "NGINX 403 forbidden error". Here's the error...

CentOS 8: How to Setup Highly Available NGINX by KeepAlived?

Nginx is a free, open-source, and one of the most common webserver throughout the world. The high...

Configure Nginx as a Reverse Proxy for Apache

Here, we are specifing the steps and configuration needed to run Nginx reverse proxy for Apache....

Error 521 : When the Web Server is down

Error 521 message receives when the origin web server stops the connection from Cloudflare. More...

How to Build Nginx from source on Debian 9

Nginx (pronounced "engine x") is an open source web server software designed with high...

How to configure Nginx with Let’s Encrypt on CentOS 7?

Install acme.sh client and use it on a CentOS/RHEL 7 to get an SSL certificate from Let’s...

How to install and secure Nginx with Let's Encrypt in Debian 10?

Today, let's see how to install Nginx, configure its server blocks, and establish and renew Let's...

How To Install Elasticsearch, Logstash, and Kibana (Elastic Stack) on CentOS 7?

The Elastic Stack — formerly known as the ELK Stack — is a collection of open-source software...

How To Install WordPress with LEMP on Ubuntu 18.04?

WordPress is the most popular CMS (content management system) on the internet. It allows you to...

How To Move an Nginx Web Root to a New Location on Ubuntu 18.04?

On Ubuntu, the Nginx web server stores its documents in /var/www/html, which is typically located...

How to override content type with Nginx web server

Use the following curl command: curl -I url curl -I curl -I...

How to Secure Nginx with NAXSI on Ubuntu 16.04?

Nginx is a popular, open-source HTTP server and reverse proxy known for its stability, simple...

How to setup a reverse proxy in front of LibreTime by using Nginx? 

Setting up a reverse proxy in front of LibreTime can improve security by enabling HTTPS and...

Installation and Configuring of Varnish Reverse Proxy with Nginx

Varnish is a proxy server which can be used for HTTP caching. It can act as a reverse proxy for...

Securing Communications in a Three-tier Rails Application Using SSH Tunnels

Web applications are often architected with three distinct tiers: The first tier is the...

What Is GoAccess(A Real-Time Apache and Nginx) And How To Use It?

GoAccess is an interactive and real-time web server log analyzing programmer that instantly...