| by Arround The Web

How to Block User-Agents in Nginx Web Server

Suppose you are after infinite power and control in web administration. In that case, you have no choice but to consult Nginx, which is a reputable web server and is attributed to have almost infinite configuration footprints, high performance, and component adaptability in modern stacks. That said, if you are dealing with a high-traffic website […]

The post How to Block User-Agents in Nginx Web Server appeared first on Linux Today.

Share Button
Read More
| by Arround The Web

3 Best NGINX Alternatives for Your Linux Web Server

NGINX became the internet king after dethroning Apache. In this article, learn about the best free and reliable NGINX alternatives.
The post 3 Best NGINX Alternatives for Your Linux Web Server appeared first on Linux Today.

Share Button
Read More
| by Arround The Web

How to Install ModSecurity 3 with Nginx on AlmaLinux 9

ModSecurity, often referred to as Modsec, is a free, open-source web application firewall (WAF). In the following tutorial, you will learn how to install ModSecurity 3 & OWASP Core Rule Set with Nginx on AlmaLinux 9 with example configurations from…

Share Button
Read More
| by Arround The Web

Install WildFly with Nginx Reverse Proxy on Rocky Linux 8

WildFly is an open-source and cross-platform application server developed by RedHat. Learn how to install Wildfly with Nginx as a reverse proxy on Rocky Linux 8.
The post Install WildFly with Nginx Reverse Proxy on Rocky Linux 8 appeared first on Linux…

Share Button
Read More
| by Arround The Web

How to Install Nginx, MariaDB, and PHP (LEMP Stack) on AlmaLinux 8 and Rocky Linux 8

LEMP is a popular web hosting stack used by developers and web hosting companies to test and host web applications. It comprises 3 components: the Nginx ( pronounced as Engine-X) webserver, MariaDB, and PHP which is a server-side scripting language. In this walkthrough, you will learn how to install the LEMP stack on AlmaLinux and Rocky […]

The post How to Install Nginx, MariaDB, and PHP (LEMP Stack) on AlmaLinux 8 and Rocky Linux 8 appeared first on Linux Today.

Share Button
Read More
| by Arround The Web

How to Limit Network Bandwidth in NGINX Web Server

The post How to Limit Network Bandwidth in NGINX Web Server first appeared on Tecmint: Linux Howtos, Tutorials & Guides .
Previously, in our NGINX traffic management and security controls series, we have discussed how to limit the number of connections…

Share Button
Read More
| by Arround The Web

How to Install Nginx with ModSecurity 3 on Ubuntu 22.04 LTS

ModSecurity, often referred to as Modsec, is a free, open-source web application firewall (WAF). Learn to install Nginx with ModSecurity 3 here.
The post How to Install Nginx with ModSecurity 3 on Ubuntu 22.04 LTS appeared first on Linux Today.

Share Button
Read More
| by Arround The Web

How To Limit Rate of Connections (Requests) in NGINX

The post How To Limit Rate of Connections (Requests) in NGINX first appeared on Tecmint: Linux Howtos, Tutorials & Guides .In our last article which is part of our NGINX traffic management series, we discussed how to limit the number of connections in …

Share Button
Read More
| by Arround The Web

How to Fix Common Nginx Web Server Errors

In this blog post, we are going to explain the most common Nginx web server errors and how to fix those common Nginx web server errors.
The post How to Fix Common Nginx Web Server Errors appeared first on Linux Today.

Share Button
Read More
| by Arround The Web

How to Limit Number of Connections (Requests) in NGINX

NGINX ships with various modules to allow users to control traffic to their websites and web resources. Learn to limit the number of connections in NGINX here.
The post How to Limit Number of Connections (Requests) in NGINX appeared first on Linux Today.

Share Button
Read More
| by Arround The Web

How To Limit Number of Connections (Requests) in NGINX

The post How To Limit Number of Connections (Requests) in NGINX first appeared on Tecmint: Linux Howtos, Tutorials & Guides .NGINX ships with various modules to allow users to control traffic to their websites, web applications, as well as other web re…

Share Button
Read More
| by Arround The Web

How to Install Nginx Web Server on Alpine Linux

Nginx is an open-source web server that, apart from being a web server, can also serve as a load balancer, reverse proxy, and HTTP cache. It provides a wealth of features and modules that make it better than its counterpart, Apache.
The post How to Ins…

Share Button
Read More
| by Arround The Web

How to Install Webmin with Free Let’s Encrypt SSL on Rocky Linux 8

Webmin is a free, open-source, and web-based Linux administration and management tool that allows you to configure the Linux system via a web browser. In this tutorial, I will show you how to install Webmin with Nginx and Let’s Encrypt SSL on Roc…

Share Button
Read More
| by Arround The Web

How to Install BoxBilling on Debian 11

BoxBilling is an open-source, community-driven billing software written in PHP. Learn how to install BoxBilling with Nginx, PHP-FPM, and MariaDB on Debian 11 Bullseye.
The post How to Install BoxBilling on Debian 11 appeared first on Linux Today.

Share Button
Read More
| by Arround The Web

How to Create Custom 404 Error Page in NGINX

The post How to Create Custom 404 Error Page in NGINX first appeared on Tecmint: Linux Howtos, Tutorials & Guides .Every time NGINX encounters an error as it attempts to process a client’s request, it returns an error. Each error includes an HTTP respo…

Share Button
Read More
| by Scott Kilroy

How to Install WordPress on RHEL 8 with Nginx

The post How to Install WordPress on RHEL 8 with Nginx first appeared on Tecmint: Linux Howtos, Tutorials & Guides .When it comes to Content Management Systems, WordPress reigns supreme. WordPress powers nearly 43% of all the websites hosted online fol…

Share Button
Read More
| by Arround The Web

How to Install UVdesk Helpdesk System on Rocky Linux 8

UVdesk is an open-source SaaS-based helpdesk system. In this tutorial, learn how to install UVdesk on Rocky Linux 8 using Nginx, MySQL, and PHP.
The post How to Install UVdesk Helpdesk System on Rocky Linux 8 appeared first on Linux Today.

Share Button
Read More
| by Arround The Web

How to Install Etherpad with Nginx and SSL on Debian 11

Etherpad is a collaborative, real-time text editor for your team. In this tutorial, you will learn how to install Etherpad with Nginx and SSL on Debian 11.
The post How to Install Etherpad with Nginx and SSL on Debian 11 appeared first on Linux Today.

Share Button
Read More
| by Arround The Web

Three Examples of How to Increase Request Timeout in Nginx

In the following tutorial, you will learn how to increase request timeouts in NGINX using proxy_read_timeout, proxy_connect_timeout, proxy_send_timeout directives to fix 504 Gateway Timeout error.
The post Three Examples of How to Increase Request Time…

Share Button
Read More
| by Arround The Web

Install Discourse Forum with Nginx and Free Let’s Encrypt SSL on Debian 11

Discourse is an open-source community discussion platform built using the Ruby language. It is designed to work as a forum, chat software or mailing list. In this tutorial, you will learn how to install Discourse Forum with the Nginx server on a Debian…

Share Button
Read More