Home > References > Hosting

References - Server configuration setup

Everything you need to know about configuring and setting up servers to host your web applications
NGINX - Host multiple domains on one server

NGINX - Host multiple domains on one server

Multiple domains can be hosted on Nginx using server blocks. If you choose a VPS as your hosting platform, all your websites can reside in a single server, giving you the flexibi...
October 2, 2022
NGINX ssl certificate configuration: using https with NGINX

NGINX ssl certificate configuration: using https with NGINX

Configuring SSL with NGINX takes only few minutes. This tutorial guides you through the essential steps to install SSL in the Nginx server to enable HTTPS
October 3, 2022
How to deploy a Spring Boot app on Linux

How to deploy a Spring Boot app on Linux

How to deploy a springboot app in Linux as a service
March 16, 2022
Load balancing a webapp in NGINX

Load balancing a webapp in NGINX

This article explains how to load balance a web app in NGINX. The web app can be any application running in a specified port
April 30, 2022
How to run Apache Tomcat on Mac and Linux

How to run Apache Tomcat on Mac and Linux

This article describes how to download and run the Apache Tomcat server as a standalone server
May 10, 2022