Linux Tutorials on the topic “nginx”
-
How to Install Redmine Project Management Software on Rocky Linux 8
Author: Navjot Singh • Tags: nginx, server • Comments: 2Redmine is a free and open-source project management software and issue tracking tool. It is written using the Ruby on Rails framework and can be integrated with various version control systems.
-
How to Install NEOS CMS with Nginx and Let's Encrypt SSL on Rocky Linux 8
Author: Navjot Singh • Tags: linux, nginx, web server • Comments: 0Neos is a free and open-source content management system (CMS) that allows you to build complex websites easily without needing to code. In this tutorial, you will learn how to install Neos CMS on a server running Rocky Linux 8 OS.
-
How to Install Apache Tomcat 10 with Nginx on Rocky Linux 8
Author: Navjot Singh • Tags: linux, nginx, server • Comments: 0Tomcat is an open-source web server for Java-based applications. It is used for deploying Java Servlet and JSP applications. We will install Tomcat 10 along with the Nginx server to act as a reverse proxy and protect it using SSL.
-
-
How to Install Sails.js MVC Framework with Nginx on Debian 11
Author: Arvid L • Tags: debian, nginx, programming, server, web server • Comments: 0Sails.js is a full-stack Node.js framework built on top of Express socket.io. It's a powerful MVC framework inspired by Ruby on Rails, but with supports of data-driven APIs and scalable, also service-oriented architecture.
-
How to Install HTTP Git Server with Nginx on Debian 11
Author: Hitesh Jethva • Tags: debian, linux, nginx, programming • Comments: 0Git is an open-source version control system used by thousands of developers around the world. It is used to keep track of your software changes at the source level. In this tutorial, I will explain how to set up an HTTP Git repository server with Nginx on Debian 11.
-
How to Install the Etherpad Collaborative Web Editor on Rocky Linux 8
Author: Navjot Singh • Tags: linux, nginx • Comments: 0Etherpad is an open-source online editor providing collaborative editing in real-time in the browser. In this tutorial, we will install Etherpad on a Rocky Linux 8 server, using the MariaDB database to store our data. We will also use Nginx as a reverse proxy for the application and install an SSL certificate using Let's Encrypt to enable HTTPS connections to our Etherpad instance.
-
How to Install Nginx on Debian 11
Author: t.michael • Tags: debian, nginx, server, web server • Comments: 0Nginx is a fast and popular web server that can be used as a reverse proxy and load balancer for your servers. In this tutorial, we will show you how to install nginx on Debian 11.
-
How to Setup Nginx as a Reverse Proxy for Apache on Debian 11
Author: Hitesh Jethva • Tags: apache, debian, linux, nginx, server, web server • Comments: 0Nginx and Apache both are free, open-source, and most popular web servers around the world. Apache is known for its power while Nginx is known for its speed. In this tutorial, I will configure Apache as a backend server and use Nginx as a reverse proxy for Apache on Debian 11.
-
How to Create Locally Trusted SSL Certificates with mkcert on Ubuntu 20.04
Author: Hitesh Jethva • Tags: linux, nginx, security, ubuntu • Comments: 4Mkcert is a free, simple, and very useful tool that allows you to create a locally trusted certificate without buying it from the real CA. In this post, we will show you how to create a trusted SSL certificate for local development using Mkcert on Ubuntu 20.04.
-
How to create a StatefulSet in Kubernetes
Author: Rahul Shivalkar • Tags: cloud, linux, nginx, server, virtualization • Comments: 0StatefulSets contain a set of Pods with unique, persistent identities and stable hostnames. In this article, we will create a Statefulset with replicas of Nginx pods. We will perform operations on the Pods to see how they are deleted and created.